blob: 31529a19cfc9702a0e14b1bdf78698b363b17755 (
plain)
1
2
3
4
5
6
7
8
|
#############################################################
# Purpose: To test having extra columns on the master WL#3915
#############################################################
-- source include/have_binlog_format_row.inc
-- source include/master-slave.inc
let $engine_type = 'MyISAM';
--source extra/rpl_tests/rpl_extraMaster_Col.test
|