summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlbinlog.test
diff options
context:
space:
mode:
authoraelkin@dl145k.mysql.com <>2006-05-31 19:49:38 +0200
committeraelkin@dl145k.mysql.com <>2006-05-31 19:49:38 +0200
commit5d8d38ee4c0bb7232fffd1a9dfac08d70788d409 (patch)
tree16d9af5ecd3a3142f3334f830e4241c89397ef56 /mysql-test/t/mysqlbinlog.test
parente9570047a47e1a4cc87eb1162a470b0328b6e45d (diff)
downloadmariadb-git-5d8d38ee4c0bb7232fffd1a9dfac08d70788d409.tar.gz
Bug#14157: utf8 encoding in binlog without set character_set_client
adapting to pushbuild's custom to switch from default pathes. The name for var directory must be set with MYSQLTEST_VARDIR.
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r--mysql-test/t/mysqlbinlog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test
index aa0e45e5c84..c2cd15c3f0f 100644
--- a/mysql-test/t/mysqlbinlog.test
+++ b/mysql-test/t/mysqlbinlog.test
@@ -131,7 +131,7 @@ flush logs;
# 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
+--exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000006 | $MYSQL
select * from t5 /* must be (1),(1) */;
# clean up