• Sven Sandberg's avatar
    BUG#37717: rpl.rpl_stm_until 'stmt' fails sporadically on pushbuild · b6545b30
    Sven Sandberg authored
    Problem: After START SLAVE, the Slave_IO_Status column of
    SHOW SLAVE STATUS goes from No to Yes asynchronously. That
    caused sporadic failures on pushbuild in rpl_stm_until since
    the test contains SHOW SLAVE STATUS right after START SLAVE.
    Fix: Wait until Slave_IO_Status becomes Yes after each
    START SLAVE.
    b6545b30
rpl_stm_until.result 5.1 KB