1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Additional fix for bug N 15126

Replacing local directory.
This commit is contained in:
bar@mysql.com
2007-03-01 11:23:12 +04:00
parent 12e9464b5a
commit 08d2203077
2 changed files with 8 additions and 7 deletions

View File

@@ -211,6 +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
--exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000011
# End of 5.0 tests