Workaround for Windows bug in 4.1.9 in innodb_file_per_table: operating system error number 87
am 20.01.2005 18:10:02 von Heikki TuuriHi!
If you have put:
innodb_file_per_table
in your my.cnf or my.ini in Windows, and try to run MySQL-4.1.9, the mysqld
server exits and prints:
"
050117 3:07:59 InnoDB: Operating system error number 87 in a file
operation.
"
to the .err log.
You can work around the bug in 4.1.9 by putting:
innodb_flush_method=unbuffered
to your my.cnf or my.ini.
This is the bug http://bugs.mysql.com/bug.php?id=8021. A full fix will be in
4.1.10.
When I fixed the critical bug #7496, I introduced this bug in the Windows
version.
Regards,
Heikki
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org