List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:May 31 2007 2:05pm
Subject:bk commit into 5.0 tree (df:1.2506)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of df. When df 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@stripped, 2007-05-31 14:05:07+02:00, df@stripped +2 -0
  fix test case

  mysql-test/r/binlog.result@stripped, 2007-05-31 14:05:06+02:00, df@stripped +2
-2
    transaction ids increased by one due to have_log_bin.inc

  mysql-test/t/binlog.test@stripped, 2007-05-31 14:05:06+02:00, df@stripped +2 -2
    transaction ids for ps-protocol increased by one due to have_log_bin.inc

# 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:	df
# Host:	pippilotta.erinye.com
# Root:	/shared/home/df/mysql/build/mysql-5.0-build-work-nn

--- 1.6/mysql-test/r/binlog.result	2006-05-12 18:58:42 +02:00
+++ 1.7/mysql-test/r/binlog.result	2007-05-31 14:05:06 +02:00
@@ -17,7 +17,7 @@
 master-bin.000001	#	Query	1	#	use `test`; COMMIT
 master-bin.000001	#	Query	1	#	use `test`; BEGIN
 master-bin.000001	#	Query	1	#	use `test`; insert t2 values (5)
-master-bin.000001	#	Xid	1	#	COMMIT /* xid=12 */
+master-bin.000001	#	Xid	1	#	COMMIT /* xid=13 */
 drop table t1,t2;
 reset master;
 create table t1 (n int) engine=innodb;
@@ -128,7 +128,7 @@
 master-bin.000001	#	Query	1	#	use `test`; insert into t1 values(3 + 4)
 master-bin.000001	#	Query	1	#	use `test`; insert into t1 values(2 + 4)
 master-bin.000001	#	Query	1	#	use `test`; insert into t1 values(1 + 4)
-master-bin.000001	#	Xid	1	#	COMMIT /* xid=19 */
+master-bin.000001	#	Xid	1	#	COMMIT /* xid=20 */
 master-bin.000001	#	Rotate	1	#	master-bin.000002;pos=4
 show binlog events in 'master-bin.000002' from 98;
 Log_name	Pos	Event_type	Server_id	End_log_pos	Info

--- 1.8/mysql-test/t/binlog.test	2007-05-31 09:34:22 +02:00
+++ 1.9/mysql-test/t/binlog.test	2007-05-31 14:05:06 +02:00
@@ -20,7 +20,7 @@
 insert t2 values (5);
 commit;
 # first COMMIT must be Query_log_event, second - Xid_log_event
---replace_result "xid=21" "xid=12"
+--replace_result "xid=22" "xid=13"
 --replace_column 2 # 5 #
 show binlog events from 98;
 drop table t1,t2;
@@ -42,7 +42,7 @@
 --enable_query_log
 commit;
 drop table t1;
---replace_result "xid=32" "xid=19"
+--replace_result "xid=33" "xid=20"
 --replace_column 2 # 5 #
 show binlog events in 'master-bin.000001' from 98;
 --replace_column 2 # 5 #
Thread
bk commit into 5.0 tree (df:1.2506)Daniel Fischer31 May