We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2447f commit bc0c2a9Copy full SHA for bc0c2a9
mysqlcluster/syncer/mysql_configs.go
@@ -132,9 +132,12 @@ var mysqlStaticConfigs = map[string]string{
132
//"innodb_log_file_size": "1073741824",
133
"innodb_log_files_in_group": "2",
134
"innodb_flush_method": "O_DIRECT",
135
- "innodb_use_native_aio": "1",
136
- "innodb_autoinc_lock_mode": "2",
137
- "performance_schema": "1",
+
+ // TODO(cluster): Some machine do not support native aio.
+ //"innodb_use_native_aio": "1",
138
139
+ "innodb_autoinc_lock_mode": "2",
140
+ "performance_schema": "1",
141
}
142
143
// mysqlTokudbConfigs is the map of the mysql tokudb configs.
0 commit comments