mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
Use sync_with_master_gtid.inc instead of --sync_with_master. The latter is not correct because the test case uses RESET MASTER; this invalidates the existing binlog positions on the slave. In this particular case, there was a small window where --sync_with_master could trigger too early (on the old position), causing the test case to miss one event.
How to run. =========== ./mysql-test-run.pl --suite=rpl --mysqld=--binlog-format=mixed