MDEV-16996 mariabackup --prepare does not use native AIO on Linux by default

This commit is contained in:
Vladislav Vaintroub 2018-08-16 08:37:54 +01:00
parent 05153a670d
commit f926c5f4fa

View File

@ -1216,7 +1216,7 @@ struct my_option xb_server_options[] =
"Use native AIO if supported on this platform.",
(G_PTR*) &srv_use_native_aio,
(G_PTR*) &srv_use_native_aio, 0, GET_BOOL, NO_ARG,
FALSE, 0, 0, 0, 0, 0},
TRUE, 0, 0, 0, 0, 0},
{"innodb_page_size", OPT_INNODB_PAGE_SIZE,
"The universal page size of the database.",
(G_PTR*) &innobase_page_size, (G_PTR*) &innobase_page_size, 0,