mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
The issue was that we sent two different signals to different threads after each other. The DEBUG_SYNC functionality cannot handle this (as the signal is stored in a global variable) and the first one can get lost. Fixed by using the same signal for both threads.