Comment 5 for bug 1075251

Revision history for this message
Andrey Kudinov (elhana) wrote :

In my case /var/log/mysql/error.log says:
InnoDB: Operating system error number 22 in a file operation.
InnoDB: Error number 22 means 'Invalid argument'.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/operating-system-error-codes.html
InnoDB: File name ./ib_logfile0
InnoDB: File operation call: 'aio write'.
InnoDB: Cannot continue operation.

google blames tmpfs, disabling Linux native aio solves it for me: innodb_use_native_aio = 0 in my.cnf