List:Internals« Previous MessageNext Message »
From:tomas Date:July 12 2005 1:34pm
Subject:bk commit into 5.1 tree (tomas:1.1991)
View as plain text  
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.1991 05/07/12 15:34:20 tomas@stripped +2 -0
  added missing drop of database

  mysql-test/t/rpl_ndb_sync.test
    1.6 05/07/12 15:34:14 tomas@stripped +1 -1
    added missing drop of database

  mysql-test/r/rpl_ndb_sync.result
    1.5 05/07/12 15:34:14 tomas@stripped +1 -1
    added missing drop of database

# 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-wl2325

--- 1.4/mysql-test/r/rpl_ndb_sync.result	2005-07-12 02:05:54 +02:00
+++ 1.5/mysql-test/r/rpl_ndb_sync.result	2005-07-12 15:34:14 +02:00
@@ -85,7 +85,7 @@
 0	1	BCDEF
 1	0	CD
 0	0	DEFGHIJKL
-DROP TABLE t1,t2;
+DROP DATABASE ndbsynctest;
 STOP SLAVE;
 reset master;
 select * from cluster_replication.binlog_index;

--- 1.5/mysql-test/t/rpl_ndb_sync.test	2005-07-12 02:05:54 +02:00
+++ 1.6/mysql-test/t/rpl_ndb_sync.test	2005-07-12 15:34:14 +02:00
@@ -112,7 +112,7 @@
 #
 
 connection master;
-DROP TABLE t1,t2;
+DROP DATABASE ndbsynctest;
 #sync_slave_with_master;
 --sleep 2
 connection slave;
Thread
bk commit into 5.1 tree (tomas:1.1991)tomas13 Jul