MXS-1196: Ignore "reset master"
Qc_sqlite does not parse that, so it needs to be commented out in test files.
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
--source include/have_binlog_format_statement.inc
|
--source include/have_binlog_format_statement.inc
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
reset master; # get rid of previous tests binlog
|
//qc_sqlite: reset master; # get rid of previous tests binlog
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
|
||||||
SET sql_mode=ORACLE;
|
SET sql_mode=ORACLE;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
||||||
reset master; # get rid of previous tests binlog
|
//qc_sqlite: reset master; # get rid of previous tests binlog
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user