Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: QueryClassifier
-
Labels:None
Description
Currently the type of a statement like SET @saved_cs_client= @@character_set_client; is QUERY_TYPE_USERVAR_WRITE.
SET statements should be classified as QUERY_TYPE_SESSION_WRITE so that they always are sent to all servers.