• Monty's avatar
    MDEV-8066 Crash on unloading semisync_master plugin · a9cda441
    Monty authored
    Bug was that ReplSemiSyncMaster::commitTrx() was waiting on a condition
    for state to change, but didn't take into account that one could have
    disabled semi-sync during the wait.
    a9cda441
semisync_master.cc 35.4 KB