Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
21.06.17, 22.08.14, 23.02.11, 23.08.7, 24.02.3, 24.08.0
-
None
Description
The custom parser used to track the transaction state when the query classifier is not in use does not correctly detect that autocommit is disabled for the following query:
SET tx_isolation='REPEATABLE-READ',autocommit=0; |
The result is that transaction boundaries are not correctly detected for some filters when used with readconnroute which may result in unexpected behavior.