mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
The reason for the crash is using uinitialized mutex attribute (MY_MUTEX_FAST_INIT) in pthread_mutex_init. The fix is to initialize the attribute before the first use.
15 KiB
15 KiB