diff options
author | unknown <msvensson@pilot.blaudden> | 2007-03-31 15:07:48 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.blaudden> | 2007-03-31 15:07:48 +0200 |
commit | ff979b76ca7c0e74b7fd7e8d9af78235b48d4339 (patch) | |
tree | b51cf1ea219ccf6567c1a9a6c63174db43223db5 | |
parent | a632339f482aa642ecc2b8baaa20eb9c22d5abcf (diff) | |
download | mariadb-git-ff979b76ca7c0e74b7fd7e8d9af78235b48d4339.tar.gz |
Bug#27049 Race condition in test mysqlbinlog.test
- Add --local-load option to avoidthat the load data file requested
by mysqlbinlog end up in local var/tmp dir and not in system global
tmpdir
mysql-test/t/mysqlbinlog.test:
Add --local-load option to avoidthat the load data file requested
by mysqlbinlog end up in local var/tmp dir and not in system global
tmpdir
-rw-r--r-- | mysql-test/t/mysqlbinlog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test index 97239360507..35f8485a0bd 100644 --- a/mysql-test/t/mysqlbinlog.test +++ b/mysql-test/t/mysqlbinlog.test @@ -202,6 +202,6 @@ select hex(a) from t1; drop table t1; flush logs; --replace_result $MYSQL_TMP_DIR MYSQL_TMP_DIR ---exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000009 +--exec $MYSQL_BINLOG --short-form --local-load=$MYSQLTEST_VARDIR/tmp/ $MYSQLTEST_VARDIR/log/master-bin.000009 --echo End of 5.0 tests |