mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Problem: the test set @@global.init_slave to garbage at a time which was not guaranteed to be after the time when the slave's SQL thread used it. That would cause the slave's SQL thread to stop in rare cases. Fix: The test does not care about the value of @@global.init_slave, except that it should be different on master and slave. Hence, we set @@global.init_slave to something that is valid SQL.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed