mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
During rebuild of partition, the partitioning engine calls alter_close_table(), which does not unlock and close some table instances of the target table. Then, the engine fails to rename partitions because there are table instances that are still locked. Closing all the table instance of the target table fixes the bug.
294 KiB
294 KiB