Commit 67713449 authored by Luis Soares's avatar Luis Soares

Fixes one more failure in gcov run:

  - sys_vars.rpl_init_slave_func
    Added suppression for the unsafe warning.
parent 95f73bd8
......@@ -31,6 +31,9 @@
source include/master-slave.inc;
--echo connection slave
connection slave;
--disable_query_log
call mtr.add_suppression("Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT");
--enable_query_log
#
# save the current values
......
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