mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
--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
|