summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlbinlog.test
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2007-03-01 12:26:07 +0400
committerunknown <bar@mysql.com>2007-03-01 12:26:07 +0400
commit044fcfabf90f1eafdb103c95cebf4ed7cf4d1842 (patch)
tree64f79319077ec99ddf94bb90ef67e853246dedc4 /mysql-test/t/mysqlbinlog.test
parent96627d484a0bfa7b51f8229be1eaa63fa0602a62 (diff)
downloadmariadb-git-044fcfabf90f1eafdb103c95cebf4ed7cf4d1842.tar.gz
Fix for wrong replace command.
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 f992729d2be..d35bd16c1f9 100644
--- a/mysql-test/t/mysqlbinlog.test
+++ b/mysql-test/t/mysqlbinlog.test
@@ -211,7 +211,7 @@ load data infile '../std_data_ln/loaddata6.dat' into table t1 character set koi8
select hex(a) from t1;
drop table t1;
flush logs;
---replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
+--replace_result $MYSQL_TMP_DIR MYSQL_TMP_DIR
--exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000011
# End of 5.0 tests