mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
15c04ead97
Delete: mysql-test/suite/rpl/t/rpl_stm_extraColmaster_ndb.test .del-rpl_row_extraColmaster_ndb.result~a2c64bae75b49d2: Delete: mysql-test/suite/rpl/r/rpl_row_extraColmaster_ndb.result .del-rpl_row_extraColmaster_ndb.test~523b0954869c4423: Delete: mysql-test/suite/rpl/t/rpl_row_extraColmaster_ndb.test Many files: merged and cleanup of test cases BitKeeper/deleted/.del-rpl_row_extraColmaster_ndb.test~523b0954869c4423: Delete: mysql-test/suite/rpl/t/rpl_row_extraColmaster_ndb.test BitKeeper/deleted/.del-rpl_stm_extraColmaster_ndb.test~5ac81fa1ec366ba: Delete: mysql-test/suite/rpl/t/rpl_stm_extraColmaster_ndb.test BitKeeper/deleted/.del-rpl_row_extraColmaster_ndb.result~a2c64bae75b49d2: Delete: mysql-test/suite/rpl/r/rpl_row_extraColmaster_ndb.result mysql-test/suite/rpl/r/rpl_extraColmaster_innodb.result: merged and cleanup of test cases mysql-test/suite/rpl/r/rpl_extraColmaster_myisam.result: merged and cleanup of test cases mysql-test/suite/rpl/t/rpl_extraColmaster_innodb.test: merged and cleanup of test cases mysql-test/suite/rpl/t/rpl_extraColmaster_myisam.test: merged and cleanup of test cases mysql-test/extra/rpl_tests/rpl_extraMaster_Col.test: merged and cleanup of test cases
15 lines
484 B
Text
15 lines
484 B
Text
#############################################################
|
|
# Purpose: To test having extra columns on the master WL#3915
|
|
#############################################################
|
|
-- source include/master-slave.inc
|
|
|
|
let $engine_type = 'MyISAM';
|
|
|
|
set binlog_format=row;
|
|
-- source extra/rpl_tests/rpl_extraMaster_Col.test
|
|
|
|
set binlog_format=statement;
|
|
-- source extra/rpl_tests/rpl_extraMaster_Col.test
|
|
|
|
set binlog_format=mixed;
|
|
-- source extra/rpl_tests/rpl_extraMaster_Col.test
|