diff --git a/query_classifier/test/oracle/binlog_stm_ps.test b/query_classifier/test/oracle/binlog_stm_ps.test index 996ef5744..9e6de0121 100644 --- a/query_classifier/test/oracle/binlog_stm_ps.test +++ b/query_classifier/test/oracle/binlog_stm_ps.test @@ -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; diff --git a/query_classifier/test/oracle/binlog_stm_sp.test b/query_classifier/test/oracle/binlog_stm_sp.test index 065c43eb2..c8ff5b7c2 100644 --- a/query_classifier/test/oracle/binlog_stm_sp.test +++ b/query_classifier/test/oracle/binlog_stm_sp.test @@ -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