mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
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
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue