Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
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.