Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.8.0, 10.6.1, 10.7.0, 10.9.0
Description
In MDEV-25524, the logic of rolling back RENAME operations was broken for tables that are stored in the system tablespace (created while the non-default setting innodb_file_per_table=0 was in effect). Any rename operations in the file system (dict_table_t::rename_tablespace()) are only applicable to tables that are stored in .ibd files.
Attachments
Issue Links
- is caused by
-
MDEV-25524 AddressSanitizer: heap-use-after-free in fil0fil.cc:2074 in fil_space_t::rename(char const*, bool, bool)
- Closed