1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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
This commit is contained in:
unknown
2006-04-10 16:06:28 +02:00
parent 2368be699f
commit ebf409a8be

View File

@@ -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