mirror of
https://github.com/MariaDB/server.git
synced 2025-11-10 23:02:54 +03:00
The crash happens because we change share->partition_info where 'share' is global struct (it affects other threads which use the same 'share'). It causes discrepancy between 'share' and handler data. The fix: Move share->partition_info update into WFRM_INSTALL_SHADOW part which is protected by OPEN_lock.
238 KiB
238 KiB