Skip to content

Commit bc0c2a9

Browse files
authored
mysqlcluster: comment the innodb user native aio config #576 (#577)
1 parent 7c2447f commit bc0c2a9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mysqlcluster/syncer/mysql_configs.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,12 @@ var mysqlStaticConfigs = map[string]string{
132132
//"innodb_log_file_size": "1073741824",
133133
"innodb_log_files_in_group": "2",
134134
"innodb_flush_method": "O_DIRECT",
135-
"innodb_use_native_aio": "1",
136-
"innodb_autoinc_lock_mode": "2",
137-
"performance_schema": "1",
135+
136+
// TODO(cluster): Some machine do not support native aio.
137+
//"innodb_use_native_aio": "1",
138+
139+
"innodb_autoinc_lock_mode": "2",
140+
"performance_schema": "1",
138141
}
139142

140143
// mysqlTokudbConfigs is the map of the mysql tokudb configs.

0 commit comments

Comments
 (0)