• unknown's avatar
    MDEV-5363: Make parallel replication waits killable · f2c4765c
    unknown authored
    Fix locking bug / race introduced by previous patch: If we
    bail out of next_event() due to kill, there was a small window
    where we could exit without rli->data_lock held, causing an
    unlock-twice bug.
    f2c4765c
slave.cc 225 KB