summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlbinlog-cp932.test
diff options
context:
space:
mode:
authormsvensson@pilot.mysql.com <>2007-12-12 18:19:24 +0100
committermsvensson@pilot.mysql.com <>2007-12-12 18:19:24 +0100
commitd918988baa943a18b17468f7cf2aa73833217f83 (patch)
treed8f656e22aba024da4a03e6e02e35d33d6f184a8 /mysql-test/t/mysqlbinlog-cp932.test
parent601cb9f96b01f34da27084f6039b752a4f28c35d (diff)
downloadmariadb-git-d918988baa943a18b17468f7cf2aa73833217f83.tar.gz
WL#4189
- dynamic configuration support - safe process - cleanups - create new suite for fedarated
Diffstat (limited to 'mysql-test/t/mysqlbinlog-cp932.test')
-rw-r--r--mysql-test/t/mysqlbinlog-cp932.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlbinlog-cp932.test b/mysql-test/t/mysqlbinlog-cp932.test
index 4ca0eedaece..a7055bfc8ca 100644
--- a/mysql-test/t/mysqlbinlog-cp932.test
+++ b/mysql-test/t/mysqlbinlog-cp932.test
@@ -13,7 +13,8 @@ create table t4 (f text character set cp932);
--exec $MYSQL --default-character-set=cp932 test -e "insert into t4 values(_cp932'ƒ\');"
flush logs;
rename table t3 to t03, t4 to t04;
---exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000002 | $MYSQL --default-character-set=utf8
+let $MYSQLD_DATADIR= `select @@datadir`;
+--exec $MYSQL_BINLOG --short-form $MYSQLD_DATADIR/master-bin.000002 | $MYSQL --default-character-set=utf8
# original and recovered data must be equal
select HEX(f) from t03;
select HEX(f) from t3;