mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
binlog_combinations.inc -> binlog_format_combinations.inc
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
# The goal of including this file is to test with different
|
||||
# binlog combinations: row, stmt or mix
|
||||
# (see include/binlog_combinations.combinations)
|
||||
|
||||
--source include/have_log_bin.inc
|
5
mysql-test/include/binlog_format_combinations.inc
Normal file
5
mysql-test/include/binlog_format_combinations.inc
Normal file
@ -0,0 +1,5 @@
|
||||
# The goal of including this file is to test with different
|
||||
# binlog format combinations: row, stmt or mix
|
||||
# (see include/binlog_format_combinations.combinations)
|
||||
|
||||
--source include/have_log_bin.inc
|
@ -1,7 +1,7 @@
|
||||
--source include/have_partition.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_sequence.inc
|
||||
--source include/binlog_combinations.inc
|
||||
--source include/binlog_format_combinations.inc
|
||||
--source include/have_binlog_format_row_or_statement.inc
|
||||
--source include/not_valgrind.inc
|
||||
|
||||
|
Reference in New Issue
Block a user