• Monty's avatar
    Fixed debug_sync timeout in deadlock_drop_table · 93f5d406
    Monty authored
    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.
    93f5d406
debug_sync.cc 49.1 KB