summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/have_binlog_format_mixed.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_binlog_format_mixed.inc')
-rw-r--r--mysql-test/include/have_binlog_format_mixed.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/have_binlog_format_mixed.inc b/mysql-test/include/have_binlog_format_mixed.inc
new file mode 100644
index 00000000..b061e055
--- /dev/null
+++ b/mysql-test/include/have_binlog_format_mixed.inc
@@ -0,0 +1,6 @@
+--source include/have_log_bin.inc
+
+if (`SELECT @@binlog_format != 'MIXED'`)
+{
+ --skip Not MIXED format
+}