Skip to content

Commit

Permalink
MariaRocks: fix a few tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
spetrunia committed Feb 19, 2017
1 parent de49fd8 commit 7facbc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/rocksdb/mysql-test/rocksdb/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ default-storage-engine=rocksdb

sql-mode=NO_ENGINE_SUBSTITUTION
explicit-defaults-for-timestamp=1
#rocksdb_lock_wait_timeout=1
#rocksdb_strict_collation_check=0
loose-rocksdb_lock_wait_timeout=1
loose-rocksdb_strict_collation_check=0

0 comments on commit 7facbc5

Please sign in to comment.