Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.5
-
None
Description
The following query is classified as QUERY_TYPE_GSYSVAR_WRITE.
SET STATEMENT max_statement_time=30 FOR SELECT seq FROM seq_0_to_100000; |
The SET part of the statement should be ignored and it should be classified like normal SELECT statements are classified.