mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
ALTER TABLE ... ADD PARTITION modifies the open TABLE structure, and sets table->need_reopen=1 to reset these modifications in case of an error. But under LOCK TABLES the table isn't get reopened, despite need_reopen. Fixed by reopening need_reopen tables under LOCK TABLE.
29 KiB
29 KiB