• Sergei Golubchik's avatar
    sporadic failures of rpl.rpl_semi_sync_fail_over · e83d92ee
    Sergei Golubchik authored
    in the $case=2 - it's wrong to kill after the first binlog EOF,
    because that might happen between INSERT(4) and INSERT(5).
    
    So, wait for the slave to acknowledge INSERT(5) before killing
    the master, that is, both connection threads must pass
    repl_semisync_master.wait_after_sync()
    e83d92ee
rpl_semi_sync_crash.inc 4.2 KB