mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
16 lines
443 B
Text
16 lines
443 B
Text
|
#############################################################
|
||
|
# Purpose: To test having extra columns on the master WL#3915
|
||
|
#############################################################
|
||
|
-- source include/master-slave.inc
|
||
|
-- source include/have_innodb.inc
|
||
|
|
||
|
let $engine_type = 'InnoDB';
|
||
|
|
||
|
set binlog_format=row;
|
||
|
-- source extra/rpl_tests/rpl_extraMaster_Col.test
|
||
|
|
||
|
set binlog_format=statement;
|
||
|
-- source extra/rpl_tests/rpl_extraMaster_Col.test
|
||
|
|
||
|
|