Commit 2ed3784e authored by Konstantin Osipov's avatar Konstantin Osipov

Add a suppression for use of functions unsafe in statement

format.

mysql-test/suite/rpl/t/rpl_view_multi.test:
  Add a suppression (fix a failing test).
parent 54be2ba7
...@@ -12,6 +12,13 @@ ...@@ -12,6 +12,13 @@
--echo # during their execution. Indeed this led to incorrect binary log with --echo # during their execution. Indeed this led to incorrect binary log with
--echo # statement based logging and as result to broken replication. --echo # statement based logging and as result to broken replication.
--echo # --echo #
#
# Suppress "unsafe" warnings.
#
disable_query_log;
call mtr.add_suppression("Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT");
enable_query_log;
--disable_warnings --disable_warnings
drop tables if exists t1, t2; drop tables if exists t1, t2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment