summaryrefslogtreecommitdiffstats
path: root/storage/rocksdb/mysql-test/storage_engine/mask_engine.inc
blob: fc6cd02e3ef487390bf5eed333e6a75b80be6cc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# This include file just replaces the storage engine under test by the generic string <STORAGE_ENGINE>
# in the next statement. More masks can be added by defining $add_regex, e.g.
# let $add_regex = /$data_dir/<DATA_DIR>/ /$index_dir/<INDEX_DIR>/
#

--let $regex = /$storage_engine/<STORAGE_ENGINE>/i / COLLATE[= ]latin1_bin//
if ($add_regex)
{
  --let $regex = $regex $add_regex
}

--let $add_regex = 
--replace_regex $regex