• 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
wait_for_slave_io_to_start.inc 636 Bytes