• unknown's avatar
    MDEV-532: Fix some race conditions in test cases. · cd0970c4
    unknown authored
    With MDEV-532, the binlog_checkpoint event is logged asynchronously
    from a binlog background thread. This causes some sporadic failures
    in some test cases whose output depends on order of events in
    binlog.
    
    Fix using an include file that waits until the binlog checkpoint
    event has been logged before proceeding with the test case.
    cd0970c4
rpl_insert_delayed.test 4.61 KB