summaryrefslogtreecommitdiffstats
path: root/storage/rocksdb/mysql-test/rocksdb_rpl/t/rpl_gtid_crash_safe_optimized.test
blob: c262403286c0b7ef7bda5b56499c543770bed645 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- source include/have_rocksdb.inc
-- source include/have_gtid.inc
-- source include/master-slave.inc
-- source include/have_debug.inc
-- source include/not_valgrind.inc

if (`select count(*) = 0 from information_schema.global_variables where variable_name = 'slave_gtid_info' and variable_value = 'optimized';`) {
  --skip Test requires row_write_committed_slave_gtid_optimized policy where slave_gtid_info=optimized
}

-- source ../include/rpl_gtid_crash_safe.inc