blob: 4ce68d6f9dfd6e6af1f6e5977a46be67867bd7ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Test of partitioning features with replication for Memory
--source include/have_partition.inc
--source include/master-slave.inc
# Set the default connection to 'master'
let $engine_type= 'Memory';
--source suite/rpl/include/rpl_partition.inc
--source include/rpl_end.inc
|