List:Internals« Previous MessageNext Message »
From:holyfoot Date:November 3 2005 12:17pm
Subject:bk commit into 5.0 tree (holyfoot:1.1969)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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.1969 05/11/03 16:17:11 holyfoot@deer.(none) +2 -0
  Merging

  mysql-test/t/ctype_cp932_binlog.test
    1.2 05/11/03 16:17:01 holyfoot@stripped +1 -2
    test fixed with 5.0 specific

  mysql-test/r/ctype_cp932_binlog.result
    1.2 05/11/03 16:17:01 holyfoot@stripped +5 -7
    test result fixed

# 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:	holyfoot
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-5.0.9551

--- 1.1/mysql-test/r/ctype_cp932_binlog.result	Tue Nov  1 13:17:51 2005
+++ 1.2/mysql-test/r/ctype_cp932_binlog.result	Thu Nov  3 16:17:01 2005
@@ -6,13 +6,11 @@
 PREPARE stmt1 FROM 'INSERT INTO t1 VALUES(?)';
 SET @var1= x'8300';
 EXECUTE stmt1 USING @var1;
-SHOW BINLOG EVENTS FROM 79;
-Log_name	Pos	Event_type	Server_id	Orig_log_pos	Info
-master-bin.000001	#	Query	1	#	use `test`; SET ONE_SHOT CHARACTER_SET_CLIENT=95,COLLATION_CONNECTION=95,COLLATION_DATABASE=95,COLLATION_SERVER=8
-master-bin.000001	#	Query	1	#	use `test`; CREATE TABLE t1(f1 blob)
-master-bin.000001	#	Query	1	#	use `test`; SET ONE_SHOT CHARACTER_SET_CLIENT=95,COLLATION_CONNECTION=95,COLLATION_DATABASE=95,COLLATION_SERVER=8
-master-bin.000001	#	User var	1	#	@`var1`=_binary 0x8300 COLLATE binary
-master-bin.000001	#	Query	1	#	use `test`; INSERT INTO t1 VALUES(@'var1')
+SHOW BINLOG EVENTS FROM 98;
+Log_name	Pos	Event_type	Server_id	End_log_pos	Info
+master-bin.000001	98	Query	1	185	use `test`; CREATE TABLE t1(f1 blob)
+master-bin.000001	185	User var	1	224	@`var1`=_binary 0x8300 COLLATE binary
+master-bin.000001	224	Query	1	317	use `test`; INSERT INTO t1 VALUES(@'var1')
 SELECT HEX(f1) FROM t1;
 HEX(f1)
 8300

--- 1.1/mysql-test/t/ctype_cp932_binlog.test	Tue Nov  1 13:17:52 2005
+++ 1.2/mysql-test/t/ctype_cp932_binlog.test	Thu Nov  3 16:17:01 2005
@@ -26,8 +26,7 @@
 # code (and I have used it to test the fix) until there is some way to
 # exercise this code from mysql-test-run.
 EXECUTE stmt1 USING @var1;
---replace_column 2 # 5 #
-SHOW BINLOG EVENTS FROM 79;
+SHOW BINLOG EVENTS FROM 98;
 SELECT HEX(f1) FROM t1;
 DROP table t1;
 # end test for bug#11338
Thread
bk commit into 5.0 tree (holyfoot:1.1969)holyfoot3 Nov