mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
truncating a temporary table TRUNCATE expects only one TABLE instance (which is used by TRUNCATE itself) to be open. However this requirement wasn't enforced after "MDEV-5535: Cannot reopen temporary table". Fixed by closing unused table instances before performing TRUNCATE.
16 KiB
16 KiB