mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Problem: pushbuild has sporadic errors during startup of
rpl_ndb_rep_ignore Reason: previous test, rpl_ndb_2multi_eng, does not sync slave with master after cleanup, so tables are sometimes left on slave Fix: sync_slave_with_master
This commit is contained in:
@@ -342,5 +342,6 @@ SHOW CREATE TABLE t1;
|
||||
--echo --- Do Cleanup ---
|
||||
|
||||
DROP TABLE IF EXISTS t1;
|
||||
sync_slave_with_master;
|
||||
|
||||
# End of 5.1 test case
|
||||
|
||||
Reference in New Issue
Block a user