diff --git a/query_classifier/test/expected.sql b/query_classifier/test/expected.sql index 296721754..702017af5 100644 --- a/query_classifier/test/expected.sql +++ b/query_classifier/test/expected.sql @@ -25,3 +25,8 @@ QUERY_TYPE_READ|QUERY_TYPE_WRITE QUERY_TYPE_READ|QUERY_TYPE_WRITE QUERY_TYPE_DEALLOC_PREPARE QUERY_TYPE_WRITE +QUERY_TYPE_GSYSVAR_WRITE +QUERY_TYPE_GSYSVAR_WRITE +QUERY_TYPE_GSYSVAR_WRITE + + diff --git a/query_classifier/test/input.sql b/query_classifier/test/input.sql index 94a230371..3575bcb40 100644 --- a/query_classifier/test/input.sql +++ b/query_classifier/test/input.sql @@ -25,3 +25,6 @@ SELECT IS_USED_LOCK('lock1'); SELECT RELEASE_LOCK('lock1'); deallocate prepare select_stmt; SELECT a FROM tbl FOR UPDATE; +SELECT a INTO OUTFILE 'out.txt' +SELECT a INTO DUMPFILE 'dump.txt' +SELECT a INTO @var;