1!include include/default_my.cnf
2
3[server]
4skip-innodb
5default-storage-engine=rocksdb
6
7sql-mode=NO_ENGINE_SUBSTITUTION
8explicit-defaults-for-timestamp=1
9loose-rocksdb_lock_wait_timeout=1
10loose-rocksdb_strict_collation_check=0
11
12# MariaDB: speed up the tests:
13loose-rocksdb-flush-log-at-trx-commit=0
14
15loose-rocksdb_force_compute_memtable_stats_cachetime=0
16
17# The following is to get rid of the harmless
18# "Deadlock found when trying to get lock" errors, see MDEV-12285.
19log-warnings=1
20