mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Bug#11836233 MISLEADING SUGGESTION REGARDING LINUX NATIVE AIO IN INNODB
ERROR LOG Fixed error meesage
This commit is contained in:
parent
2a5d233881
commit
40bab62acf
1 changed files with 1 additions and 1 deletions
|
@ -3211,7 +3211,7 @@ retry:
|
|||
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue