mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
#############################################################
|
|
# Purpose: To test having extra columns on the master WL#3915
|
|
#############################################################
|
|
-- source include/have_binlog_format_row.inc
|
|
-- source include/master-slave.inc
|
|
-- source include/have_innodb.inc
|
|
|
|
let $engine_type = 'InnoDB';
|
|
--source extra/rpl_tests/rpl_extra_col_master.test
|
|
|
|
--source include/rpl_end.inc
|