diff options
author | unknown <konstantin@mysql.com> | 2004-08-21 11:30:41 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-08-21 11:30:41 +0400 |
commit | 5803d60379e632a7c6fed05e02f0d03db2a4d18e (patch) | |
tree | 09ebf93c7122918b8075ceab68cf084e5c2f0abf | |
parent | 7c46252467101d841de5b7774b4f5b6ddf858d9f (diff) | |
download | mariadb-git-5803d60379e632a7c6fed05e02f0d03db2a4d18e.tar.gz |
Fix to skip flush_block_commit test if the server was compiled
without InnoDB.
-rw-r--r-- | mysql-test/t/flush_block_commit-master.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/flush_block_commit-master.opt b/mysql-test/t/flush_block_commit-master.opt index d1f6d58e9f7..a25aa115e06 100644 --- a/mysql-test/t/flush_block_commit-master.opt +++ b/mysql-test/t/flush_block_commit-master.opt @@ -1 +1 @@ ---innodb_lock_wait_timeout=5 +--loose-innodb_lock_wait_timeout=5 |