Commit ebf409a8 authored by unknown's avatar unknown

perform sync slave with master in rpl_ndb_blob2 to ensure that tables get...

perform sync slave with master in rpl_ndb_blob2 to ensure that tables get properly dropped on slave...
- has been causing failed later tests e.g. rpl_ndb_trig004


parent 2368be69
......@@ -183,3 +183,9 @@ connection master;
DROP TABLE IF EXISTS test.t1;
DROP TABLE IF EXISTS test.t2;
# ensure cleanup on slave as well:
# ndb blob tables consist of several tables
# if cluster is shutdown while not all tables are
# properly dropped, the table becomes inconsistent
# and wrecks later test cases
--sync_slave_with_master
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment