List:Commits« Previous MessageNext Message »
From:tomas Date:February 1 2006 1:34am
Subject:bk commit into 5.1 tree (tomas:1.2117)
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.2117 06/02/01 02:34:02 tomas@stripped +2 -0
  ensure repeatability of test case

  mysql-test/t/ndb_binlog_ddl_multi.test
    1.2 06/02/01 02:33:55 tomas@stripped +2 -2
    ensure repeatability of test case

  mysql-test/r/ndb_binlog_ddl_multi.result
    1.2 06/02/01 02:33:55 tomas@stripped +1 -1
    ensure repeatability of test case

# 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/mysql51

--- 1.1/mysql-test/r/ndb_binlog_ddl_multi.result	2006-02-01 01:12:04 +01:00
+++ 1.2/mysql-test/r/ndb_binlog_ddl_multi.result	2006-02-01 02:33:55 +01:00
@@ -1,7 +1,7 @@
-drop table if exists t1,t2;
 drop database if exists mysqltest;
 drop table if exists t1,t2;
 drop database if exists mysqltest;
+drop table if exists t1,t2;
 reset master;
 reset master;
 create database mysqltest;

--- 1.1/mysql-test/t/ndb_binlog_ddl_multi.test	2006-02-01 01:12:04 +01:00
+++ 1.2/mysql-test/t/ndb_binlog_ddl_multi.test	2006-02-01 02:33:55 +01:00
@@ -4,11 +4,11 @@
 
 --disable_warnings
 connection server2;
-drop table if exists t1,t2;
 drop database if exists mysqltest;
-connection server1;
 drop table if exists t1,t2;
+connection server1;
 drop database if exists mysqltest;
+drop table if exists t1,t2;
 --connection server1
 reset master;
 --connection server2
Thread
bk commit into 5.1 tree (tomas:1.2117)tomas1 Feb