diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-01-24 09:27:15 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-01-24 09:27:15 +0200 |
commit | 555b1b9f15a32ad55a750d856070a5702077b56d (patch) | |
tree | 493f0e9464f83e070d3f7ddf8b44d6d741332163 /mysql-test/include | |
parent | 15d101ca8e9c949f9bf28b74d514d7064d384907 (diff) | |
download | mariadb-git-555b1b9f15a32ad55a750d856070a5702077b56d.tar.gz |
Make rocksdb dynamic plugin
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/have_rocksdb.inc | 17 | ||||
-rw-r--r-- | mysql-test/include/have_rocksdb.opt | 12 |
2 files changed, 0 insertions, 29 deletions
diff --git a/mysql-test/include/have_rocksdb.inc b/mysql-test/include/have_rocksdb.inc deleted file mode 100644 index c76d851e339..00000000000 --- a/mysql-test/include/have_rocksdb.inc +++ /dev/null @@ -1,17 +0,0 @@ -if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'rocksdb' AND support IN ('DEFAULT')`) -{ - --skip Test requires default engine RocksDB -} - -# MARIAROCKS_NOT_YET: replication doesn't work yet: -#if (`select count(*) = 0 from information_schema.tables where engine='rocksdb' and table_name='slave_gtid_info'`) -#{ -# --skip Test requires default engine RocksDB -#} - ---disable_query_log -# Table statistics can vary depending on when the memtables are flushed, so -# flush them at the beginning of the test to ensure the test runs consistently. -set global rocksdb_force_flush_memtable_now = true; ---enable_query_log - diff --git a/mysql-test/include/have_rocksdb.opt b/mysql-test/include/have_rocksdb.opt deleted file mode 100644 index 36d7dda1609..00000000000 --- a/mysql-test/include/have_rocksdb.opt +++ /dev/null @@ -1,12 +0,0 @@ ---loose-enable-rocksdb ---loose-enable-rocksdb_global_info ---loose-enable-rocksdb_ddl ---loose-enable-rocksdb_cf_options ---loose-enable_rocksdb_perf_context ---loose-enable_rocksdb_perf_context_global ---loose-enable-rocksdb_index_file_map ---loose-enable-rocksdb_dbstats ---loose-enable-rocksdb_cfstats ---loose-enable-rocksdb_lock_info ---loose-enable-rocksdb_trx ---loose-enable-rocksdb_locks |