diff options
author | kent@mysql.com <> | 2006-04-21 20:24:52 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-04-21 20:24:52 +0200 |
commit | 806564d75440f4f9bb22aae6320822733b21fcd3 (patch) | |
tree | 55bcd66a738dfa342e6321746d1e547a8ac6c71f | |
parent | 1472ed2061ad2e0d7db35c6d54af3259f7e10917 (diff) | |
download | mariadb-git-806564d75440f4f9bb22aae6320822733b21fcd3.tar.gz |
innodb_unsafe_binlog-master.opt:
Make InnoDB option "loose", as the server might be
started with this option just to find out the test
is to be skipped in the configuration (bug#17359)
-rw-r--r-- | mysql-test/t/innodb_unsafe_binlog-master.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/innodb_unsafe_binlog-master.opt b/mysql-test/t/innodb_unsafe_binlog-master.opt index 503c8457b2c..5c0136b5db3 100644 --- a/mysql-test/t/innodb_unsafe_binlog-master.opt +++ b/mysql-test/t/innodb_unsafe_binlog-master.opt @@ -1 +1 @@ ---innodb_locks_unsafe_for_binlog=true +--loose-innodb_locks_unsafe_for_binlog=true |