diff options
author | Inaam Rana <inaam.rana@oracle.com> | 2012-01-30 09:24:09 -0500 |
---|---|---|
committer | Inaam Rana <inaam.rana@oracle.com> | 2012-01-30 09:24:09 -0500 |
commit | 40bab62acff37c947e5d57203235ac0a6afc5f31 (patch) | |
tree | fd71dbf27ea798f55965b136ab400f746bf135c1 /storage | |
parent | 2a5d2338814a8af37e57fed39196b1b75b455c6c (diff) | |
download | mariadb-git-40bab62acff37c947e5d57203235ac0a6afc5f31.tar.gz |
Bug#11836233 MISLEADING SUGGESTION REGARDING LINUX NATIVE AIO IN INNODB
ERROR LOG
Fixed error meesage
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/os/os0file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/os/os0file.c b/storage/innobase/os/os0file.c index 67247e663df..502cb44a0fa 100644 --- a/storage/innobase/os/os0file.c +++ b/storage/innobase/os/os0file.c @@ -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); } |