List:Commits« Previous MessageNext Message »
From:tomas Date:February 1 2006 11:30am
Subject:bk commit into 5.1 tree (tomas:1.2123)
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.2123 06/02/01 12:30:36 tomas@stripped +2 -0
  another attempt to make testcase predictable :)

  mysql-test/t/ndb_binlog_ddl_multi.test
    1.4 06/02/01 12:30:30 tomas@stripped +0 -1
    another attempt to make testcase predictable :)

  mysql-test/r/ndb_binlog_ddl_multi.result
    1.4 06/02/01 12:30:30 tomas@stripped +0 -7
    another attempt to make testcase predictable :)

# 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.3/mysql-test/r/ndb_binlog_ddl_multi.result	2006-02-01 10:06:57 +01:00
+++ 1.4/mysql-test/r/ndb_binlog_ddl_multi.result	2006-02-01 12:30:30 +01:00
@@ -31,17 +31,10 @@
 reset master;
 reset master;
 ALTER DATABASE mysqltest CHARACTER SET latin1;
-insert into mysqltest.t1 values (1);
 drop table mysqltest.t1;
 show binlog events from 102;
 Log_name	Pos	Event_type	Server_id	End_log_pos	Info
 master-bin.000001	#	Query	#	#	ALTER DATABASE mysqltest CHARACTER SET latin1
-master-bin.000001	#	Query	#	#	BEGIN
-master-bin.000001	#	Table_map	#	#	cluster_replication.apply_status
-master-bin.000001	#	Write_rows	#	#	
-master-bin.000001	#	Table_map	#	#	mysqltest.t1
-master-bin.000001	#	Write_rows	#	#	
-master-bin.000001	#	Query	#	#	COMMIT
 master-bin.000001	#	Query	#	#	BEGIN
 master-bin.000001	#	Table_map	#	#	cluster_replication.apply_status
 master-bin.000001	#	Write_rows	#	#	

--- 1.3/mysql-test/t/ndb_binlog_ddl_multi.test	2006-02-01 10:06:57 +01:00
+++ 1.4/mysql-test/t/ndb_binlog_ddl_multi.test	2006-02-01 12:30:30 +01:00
@@ -67,7 +67,6 @@
 
 # drop table and drop should come after data events
 --connection server2
-insert into mysqltest.t1 values (1);
 drop table mysqltest.t1;
 
 --connection server1
Thread
bk commit into 5.1 tree (tomas:1.2123)tomas1 Feb