Skip to content

Commit a5f72fb

Browse files
committed
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.
1 parent c427095 commit a5f72fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
!include include/default_my.cnf
22

33
[server]
4+
rocksdb
5+
skip-innodb
6+
default-storage-engine=rocksdb
7+
8+
ignore-db-dirs=.rocksdb
9+
410
sql-mode=NO_ENGINE_SUBSTITUTION
511
explicit-defaults-for-timestamp=1
612
rocksdb_lock_wait_timeout=1

storage/rocksdb/mysql-test/rocksdb/suite.opt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)