mirror of https://github.com/MariaDB/server
Browse Source
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.pull/752/head
12 changed files with 58 additions and 15 deletions
Loading…
Reference in new issue