1
0
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:
Sergei Golubchik
2022-05-24 14:32:51 +02:00
parent 275684d8fe
commit 0b6066d021
4 changed files with 6 additions and 6 deletions

View File

@ -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

View 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

View File

@ -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