diff options
author | unknown <guilhem@mysql.com> | 2005-10-12 22:29:36 +0200 |
---|---|---|
committer | unknown <guilhem@mysql.com> | 2005-10-12 22:29:36 +0200 |
commit | 3b3712fda36883b238d7138b4049979cb87297bd (patch) | |
tree | 1b3047530fc69e98f64147b73ccf2364c7da7502 /mysql-test | |
parent | 61dfc3347f013eadb46a5035cbf0479bcacc8f22 (diff) | |
download | mariadb-git-3b3712fda36883b238d7138b4049979cb87297bd.tar.gz |
To force a restart at the end of test, the option file must be non-empty, it's not enough if it exists and is empty.
mysql-test/t/rpl_dual_pos_advance-master.opt:
the option file must be non-empty (because there's a -z test in mysql-test-run)
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/rpl_dual_pos_advance-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_dual_pos_advance-master.opt b/mysql-test/t/rpl_dual_pos_advance-master.opt index e69de29bb2d..35fcc5f30c6 100644 --- a/mysql-test/t/rpl_dual_pos_advance-master.opt +++ b/mysql-test/t/rpl_dual_pos_advance-master.opt @@ -0,0 +1 @@ +--loose-to-force-a-restart |