summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb_rpl/t/rpl_parallel_tokudb.test
blob: 23d2d6cdf517c89d2405c06c3a381161fe634fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--source include/have_tokudb.inc
#Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc
#
# WL#5569 MTS
#
# The test is similar to rpl_parallel (see further instruction there) but 
# checks and provides benchmarking data with load to innodb tables.
#

--source include/master-slave.inc

connection master;
source extra/rpl_tests/rpl_parallel_load_tokudb.test;

--source include/rpl_end.inc