mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
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.
This commit is contained in:
parent
4eef0ef414
commit
101cf81f0b
2 changed files with 5 additions and 1 deletions
|
@ -1 +1 @@
|
|||
$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));
|
||||
|
|
Loading…
Add table
Reference in a new issue