Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2285 06/04/10 16:06:28 tomas@stripped +1 -0
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
mysql-test/extra/rpl_tests/rpl_row_blob.test
1.6 06/04/10 16:06:22 tomas@stripped +6 -0
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 is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-new
--- 1.5/mysql-test/extra/rpl_tests/rpl_row_blob.test 2006-02-22 10:07:31 +01:00
+++ 1.6/mysql-test/extra/rpl_tests/rpl_row_blob.test 2006-04-10 16:06:22 +02:00
@@ -183,3 +183,9 @@
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
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2285) | tomas | 10 Apr |