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:
parent
a009a4e518
commit
f1d4c59da2
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user