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).
This commit is contained in:
Konstantin Osipov 2010-02-05 18:05:13 +03:00
parent a009a4e518
commit f1d4c59da2

View file

@ -12,6 +12,13 @@
--echo # during their execution. Indeed this led to incorrect binary log with
--echo # statement based logging and as result to broken replication.
--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
drop tables if exists t1, t2;