diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-10 16:06:28 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-10 16:06:28 +0200 |
commit | ebf409a8be161ad947065983ec3406c6d6bce306 (patch) | |
tree | 6ccbca12431d01091736efce00a30c89af69b850 | |
parent | 2368be699f50330805d9374c7bc4108d2b2b16ab (diff) | |
download | mariadb-git-ebf409a8be161ad947065983ec3406c6d6bce306.tar.gz |
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
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_row_blob.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_row_blob.test b/mysql-test/extra/rpl_tests/rpl_row_blob.test index 14449e0a018..75a2dc2cf9e 100644 --- a/mysql-test/extra/rpl_tests/rpl_row_blob.test +++ b/mysql-test/extra/rpl_tests/rpl_row_blob.test @@ -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 |