mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
11 lines
277 B
Text
11 lines
277 B
Text
# Test of partitioning features with replication for MyISAM
|
|
--source include/have_partition.inc
|
|
--source include/master-slave.inc
|
|
|
|
# Set the default connection to 'master'
|
|
|
|
let $engine_type= 'MyISAM';
|
|
|
|
--source suite/rpl/include/rpl_partition.inc
|
|
|
|
--source include/rpl_end.inc
|