Hi!
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 General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]