• Sven Sandberg's avatar
    BUG#37200: rpl_switch_stm_row_mixed fails sporadically in pushbuild · 0a60bd22
    Sven Sandberg authored
    Problem: rpl_switch_stm_row_mixed did not wait until row events generated by
    INSERT DELAYED were written to the master binlog before it synchronized slave
    with master. This caused sporadic errors where these rows were missing on
    slave.
    Fix: wait until all rows appear on the slave.
    This is a backport, applying the same to 5.1-bugteam as was previously
    applied to 6.0-rpl
    0a60bd22
rpl_switch_stm_row_mixed.test 18.2 KB