Commit e3c2a08c authored by He Zhenxing's avatar He Zhenxing

Postfix after merge

After fix of bug46322, logging to table is turned off, each test
that need this should turn on it in it's opt file.

Add suppression to unsafe statement warnings for binlog_unsafe.test.

mysql-test/suite/binlog/t/binlog_unsafe-master.opt:
  After fix of bug46322, logging to table is turned off, each test that need this should turn on it in it's opt file.
mysql-test/suite/binlog/t/binlog_unsafe.test:
  suppress Unsafe statement warnings
parent 5c1b5275
$UDF_EXAMPLE_LIB_OPT
$UDF_EXAMPLE_LIB_OPT --log-output=file,table
......@@ -96,6 +96,10 @@
--source include/have_log_bin.inc
--source include/have_binlog_format_statement.inc
--disable_query_log
call mtr.add_suppression("Unsafe statement binlogged in statement format");
--enable_query_log
--echo #### Setup tables ####
CREATE TABLE t0 (a CHAR(100));
......
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