mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
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:
parent
c4270952b7
commit
a5f72fb3c2
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
--ignore-db-dirs=.rocksdb
|
Loading…
Reference in a new issue