mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
binlog_combinations.inc -> binlog_format_combinations.inc
This commit is contained in:
parent
275684d8fe
commit
0b6066d021
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue