mirror of https://github.com/MariaDB/server
Browse Source
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.pull/3/head
1 changed files with 11 additions and 11 deletions
Loading…
Reference in new issue