diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-10 16:10:19 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-04-10 16:10:19 +0200 |
commit | 7c45e6156d32900c75e6e45eb25638ad614db1be (patch) | |
tree | 8ae84d89bde933469977937a8c0e96e1cc0dc3ce /mysql-test/extra | |
parent | b536875132f9b4accf20974ea5a5bb1777345e05 (diff) | |
parent | 4618e6eccdea7d7008e70670e3326c4e3c5891b7 (diff) | |
download | mariadb-git-7c45e6156d32900c75e6e45eb25638ad614db1be.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
sql/ha_ndbcluster.cc:
Auto merged
Diffstat (limited to 'mysql-test/extra')
-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 |