Below is the list of changes that have just been committed into a local
5.0 repository of aelkin. When aelkin 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.2154 06/05/31 10:47:16 aelkin@stripped +5 -0
Merge dl145k.mysql.com:/tmp/andrei/MERGE/mysql-4.1
into dl145k.mysql.com:/tmp/andrei/MERGE/5.0
sql/sql_class.cc
1.234 06/05/31 10:47:10 aelkin@stripped +0 -3
use local, Ramil explained it's a backport
mysql-test/t/mysqlbinlog.test
1.28 06/05/31 10:47:10 aelkin@stripped +7 -16
manual merge, accepting 4.1 mods
BitKeeper/deleted/.del-ltmain.sh~9b8b907df176f96e
1.19 06/05/31 10:40:35 aelkin@stripped +0 -0
Auto merged
BitKeeper/deleted/.del-ltmain.sh~9b8b907df176f96e
1.15.1.2 06/05/31 10:40:35 aelkin@stripped +0 -0
Merge rename: ltmain.sh -> BitKeeper/deleted/.del-ltmain.sh~9b8b907df176f96e
BitKeeper/deleted/.del-config.sub~d18f703b655db258
1.15 06/05/31 10:40:35 aelkin@stripped +0 -0
Auto merged
BitKeeper/deleted/.del-config.guess~fd94a91a69a8ce8
1.14 06/05/31 10:40:35 aelkin@stripped +0 -0
Auto merged
BitKeeper/deleted/.del-config.sub~d18f703b655db258
1.11.1.2 06/05/31 10:40:34 aelkin@stripped +0 -0
Merge rename: config.sub -> BitKeeper/deleted/.del-config.sub~d18f703b655db258
BitKeeper/deleted/.del-config.guess~fd94a91a69a8ce8
1.10.1.2 06/05/31 10:40:34 aelkin@stripped +0 -0
Merge rename: config.guess -> BitKeeper/deleted/.del-config.guess~fd94a91a69a8ce8
# 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: aelkin
# Host: dl145k.mysql.com
# Root: /tmp/andrei/MERGE/5.0/RESYNC
--- 1.27/mysql-test/t/mysqlbinlog.test 2006-05-16 10:00:52 +02:00
+++ 1.28/mysql-test/t/mysqlbinlog.test 2006-05-31 10:47:10 +02:00
@@ -123,19 +123,16 @@
select HEX(f) from t4;
#
-# BUG#14157: utf8 encoding in binlog without set character_set_client
-#
-# BUG:
-# This test only works on the MySQL-internal rpl machines.
-# Needs to be fixed. Problem is that koi8r is not installed
-# on many machines.
+#BUG#14157: utf8 encoding in binlog without set character_set_client
#
flush logs;
-# resulted log is client charset insensitive (latin1 not koi8r) as it must be
-# --exec $MYSQL_BINLOG --short-form $MYSQL_TEST_DIR/var/log/master-bin.000006 | $MYSQL --default-character-set=latin1
-#select * from t5 /* must be (1),(1) */;
+# resulted binlog, parly consisting of multi-byte utf8 chars,
+# must be digestable for both client and server. In 4.1 the client
+# should use default-character-set same as the server.
+--exec $MYSQL_BINLOG --short-form $MYSQL_TEST_DIR/var/log/master-bin.000006 | $MYSQL
+select * from t5 /* must be (1),(1) */;
# clean up
drop table t1, t2, t03, t04, t3, t4;
| Thread |
|---|
| • bk commit into 5.0 tree (aelkin:1.2154) | Andrei Elkin | 31 May |