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:
Johan Wikman
2017-05-16 15:20:05 +03:00
parent e80a378213
commit dece33f7b5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
--source include/have_binlog_format_statement.inc
--disable_query_log
reset master; # get rid of previous tests binlog
//qc_sqlite: reset master; # get rid of previous tests binlog
--enable_query_log
SET sql_mode=ORACLE;

View File

@ -3,7 +3,7 @@
--disable_query_log
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