mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
14 lines
489 B
Text
14 lines
489 B
Text
#############################################################
|
|
# Purpose: To test having extra columns on the master WL#3915
|
|
#############################################################
|
|
-- source include/have_ndb.inc
|
|
-- source include/ndb_master-slave.inc
|
|
-- source include/have_binlog_format_mixed_or_row.inc
|
|
|
|
let $engine_type = 'NDB';
|
|
|
|
set binlog_format=row;
|
|
-- source extra/rpl_tests/rpl_extraMaster_Col.test
|
|
|
|
set binlog_format=mixed;
|
|
-- source extra/rpl_tests/rpl_extraMaster_Col.test
|