summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2006-05-28 14:23:28 -0700
committerunknown <igor@rurik.mysql.com>2006-05-28 14:23:28 -0700
commitb29e052dbfe5021fefb5d312860a4980c851c24b (patch)
tree410e53bfffea6664a34fc1dbbc97dd430b3c49f3
parent42104b2efd34b8cb74f3308660652edcf653c1f4 (diff)
parentd50e3433b48d224abd7d32d1cf2509624ef40709 (diff)
downloadmariadb-git-b29e052dbfe5021fefb5d312860a4980c851c24b.tar.gz
Merge rurik.mysql.com:/home/igor/mysql-4.1
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-rw-r--r--mysql-test/t/mysqlbinlog.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test
index bf966c2ef64..0e4d16efb64 100644
--- a/mysql-test/t/mysqlbinlog.test
+++ b/mysql-test/t/mysqlbinlog.test
@@ -115,10 +115,10 @@ select HEX(f) from t04;
select HEX(f) from t4;
#
-#14157: utf8 encoding in binlog without set character_set_client
+#BUG#14157: utf8 encoding in binlog without set character_set_client
#
flush logs;
---exec $MYSQL test -e 'create table if not exists t5 (a int); set names koi8r; create temporary table `漩周` (a int); insert into `漩周` values (1); insert into t5 select * from `漩周`'
+--exec $MYSQL test -e 'create table if not exists t5 (a int); set names latin1; create temporary table `漩周` (a int); insert into `漩周` values (1); insert into t5 select * from `漩周`'
# resulted binlog, parly consisting of multi-byte utf8 chars,
# must be digestable for both client and server. In 4.1 the client