Skip to content

Commit 7facbc5

Browse files
committed
MariaRocks: fix a few tests
Test suite parameters for 'rocksdb' test suite were disabled in order to get mysqld to start at all when ha_rocksdb is a dynamic plugin. A lot of tests depend on these parameters being enabled, though. Put them back by using the loose- form.
1 parent de49fd8 commit 7facbc5

File tree

1 file changed

+2
-2
lines changed
  • storage/rocksdb/mysql-test/rocksdb

1 file changed

+2
-2
lines changed

storage/rocksdb/mysql-test/rocksdb/my.cnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ default-storage-engine=rocksdb
77

88
sql-mode=NO_ENGINE_SUBSTITUTION
99
explicit-defaults-for-timestamp=1
10-
#rocksdb_lock_wait_timeout=1
11-
#rocksdb_strict_collation_check=0
10+
loose-rocksdb_lock_wait_timeout=1
11+
loose-rocksdb_strict_collation_check=0

0 commit comments

Comments
 (0)