mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Builders: - amd64-fedora-38-last-N-failed - amd64-debian-10-last-N-failed erroneously execute MTR for these files: - rpl/include/rpl_extra_col_master.test - rpl/include.rpl_binlog_max_cache_size.test - rpl/include.rpl_charset.test when these files are changed by a commit. Changing their extension from *.test to *.inc to avoid this.
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
#############################################################
|
|
# Purpose: To test having extra columns on the master WL#3915
|
|
#############################################################
|
|
-- source include/have_binlog_format_row.inc
|
|
-- source include/have_innodb.inc
|
|
-- source include/master-slave.inc
|
|
|
|
let $engine_type = 'InnoDB';
|
|
--source include/rpl_extra_col_master.inc
|
|
|
|
--source include/rpl_end.inc
|