MariaRocks port: put MyRocks options into rocksdb/my.cnf

- Before this, one had to provide appropriate --mysqld=.... options to
  mysql-test-run.

- Also moved one option from rocksdb/suite.opt to rocksdb/my.cnf.
This commit is contained in:
Sergei Petrunia 2016-11-12 06:56:39 +00:00
parent c4270952b7
commit a5f72fb3c2
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,12 @@
!include include/default_my.cnf
[server]
rocksdb
skip-innodb
default-storage-engine=rocksdb
ignore-db-dirs=.rocksdb
sql-mode=NO_ENGINE_SUBSTITUTION
explicit-defaults-for-timestamp=1
rocksdb_lock_wait_timeout=1

View file

@ -1 +0,0 @@
--ignore-db-dirs=.rocksdb