mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
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.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed