Fixed debug_sync timeout in deadlock_drop_table
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.
Showing
Please register or sign in to comment