summaryrefslogtreecommitdiff
path: root/mysql-test/t/create_select_tmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/create_select_tmp.test')
-rw-r--r--mysql-test/t/create_select_tmp.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/create_select_tmp.test b/mysql-test/t/create_select_tmp.test
index a61f9f2466c..ef3315aed97 100644
--- a/mysql-test/t/create_select_tmp.test
+++ b/mysql-test/t/create_select_tmp.test
@@ -8,6 +8,10 @@
# This does not work for RBR yet.
--source include/have_binlog_format_mixed_or_statement.inc
+--disable_query_log
+CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
+--enable_query_log
+
-- source include/have_innodb.inc
--disable_warnings
drop table if exists t1, t2;