MDEV-5363: Make parallel replication waits killable
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.
Showing
Please register or sign in to comment