mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
This allows basic master crash-safety - Un-comment and update relevant parts of the code - Make rocksdb_rpl suite work like other MyRocks testsuites (load the MyRocks plugin, don't start if it is not compiled in, etc) - For now, disable all tests in the rocksdb_rpl suite. - MariaDB-fication of rpl_rocksdb_2p_crash_recover test.
11 lines
420 B
PHP
11 lines
420 B
PHP
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'rocksdb' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
|
|
{
|
|
--skip Test requires 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
|