mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
8f5f0575ab
When attempting to rename a table to a non-existing database, InnoDB would misleadingly report "OS error 71" when in fact the error code is InnoDB's own (OS_FILE_NOT_FOUND), and not report both pathnames. Errors on rename could occur due to reasons connected to either pathname. os_file_handle_rename_error(): New function, to report errors in renaming files. |
||
---|---|---|
.. | ||
os0event.cc | ||
os0file.cc | ||
os0proc.cc | ||
os0thread.cc |