mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
In debug build, whenever MEMORY table instance gets closed it performs consistency check without protection. It may cause server crash if executed concurrently with DML. Moved consistency check to ha_heap::external_lock(F_UNLCK), so that it is protected by THR_LOCK.
1.4 KiB
1.4 KiB