mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
ea5cc017e9
- Get the suite to work with dynamically-linked plugin (ha_rocksdb.so) - Due to the push to keep everything MyRocks-related in storage/rocksdb, there is no mysql-test/include/have_rocksdb.* anymore. Make a copy of storage/rocksdb/mysql-test/rocksdb/include/have_rocksdb*, hopefully these files wont be changed [often]. - Maria-fication of rocksdb_persistent_cache_path test.
10 lines
187 B
INI
10 lines
187 B
INI
!include include/default_my.cnf
|
|
|
|
[server]
|
|
skip-innodb
|
|
default-storage-engine=rocksdb
|
|
|
|
|
|
sql-mode=NO_ENGINE_SUBSTITUTION
|
|
explicit-defaults-for-timestamp=1
|
|
loose-rocksdb_lock_wait_timeout=1
|