Commit 6c7ea0ac authored by Inaam Rana's avatar Inaam Rana

Bug#11836233 MISLEADING SUGGESTION REGARDING LINUX NATIVE AIO IN INNODB

ERROR LOG

Fixed error meesage
parent f6a38333
......@@ -3211,7 +3211,7 @@ os_aio_linux_create_io_ctx(
fprintf(stderr,
"InnoDB: You can disable Linux Native AIO by"
" setting innodb_native_aio = off in my.cnf\n");
" setting innodb_use_native_aio = 0 in my.cnf\n");
return(FALSE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment