diff options
author | unknown <bar@mysql.com> | 2007-03-01 11:23:12 +0400 |
---|---|---|
committer | unknown <bar@mysql.com> | 2007-03-01 11:23:12 +0400 |
commit | d93c7f39f8ff8db3a6106a474a3791d7b1b9e9c7 (patch) | |
tree | 093e327500de92c239029ee097fcf97ff38f45db /mysql-test/t/mysqlbinlog.test | |
parent | d5e983aafcd0dab59f8760bd76c6d350c22290ea (diff) | |
download | mariadb-git-d93c7f39f8ff8db3a6106a474a3791d7b1b9e9c7.tar.gz |
Additional fix for bug N 15126
Replacing local directory.
mysql-test/r/mysqlbinlog.result:
Additional fix for bug N 15126
mysql-test/t/mysqlbinlog.test:
Additional fix for bug N 15126
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r-- | mysql-test/t/mysqlbinlog.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test index fe86d850267..f992729d2be 100644 --- a/mysql-test/t/mysqlbinlog.test +++ b/mysql-test/t/mysqlbinlog.test @@ -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 |