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