diff options
author | unknown <kent@mysql.com> | 2006-04-21 20:24:52 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-04-21 20:24:52 +0200 |
commit | 6692dcf7185518743d9dabefd22ef569d90667e6 (patch) | |
tree | 55bcd66a738dfa342e6321746d1e547a8ac6c71f /mysql-test/t/innodb_unsafe_binlog-master.opt | |
parent | 07268dfad004c67b86b7c63cc47e681345ba4d5e (diff) | |
download | mariadb-git-6692dcf7185518743d9dabefd22ef569d90667e6.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)
mysql-test/t/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)
Diffstat (limited to 'mysql-test/t/innodb_unsafe_binlog-master.opt')
-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 |