Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.28
-
None
-
None
-
windows server 2008 x64,
version 5.5.28-MariaDB-log
version_comment mariadb.org binary distribution
version_compile_machine x86
version_compile_os Win64
Percona XtraDB (http://www.percona.com) 1.1.8-29.0
Description
Hello!
I download mariadb yesterday and get error with innodb options innodb_buffer_pool_restore_at_startup
When i set it, i get in error log next messages :
121030 10:25:40 InnoDB: Operating system error number 183 in a file operation.
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_lru_dump.tmp
InnoDB: File operation call: 'rename'.
In the datadir i see two files: "ib_lru_dump.tmp" and "ib_lru_dump"
I am newby with mariadb, but i have some years expirience of using oracle and percona mysql. And i had never been seen such error: percona xtradb works well with buffer restore, even oracle mysql saves/restores innodb pages clearly.
What is reason of problem? I missed something in cfg file or it's really bug?