Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.20, 2.4.12, 2.5.3
-
Fix Version/s: 6.0.0
-
Component/s: QueryClassifier
-
Labels:None
-
Sprint:MXS-SPRINT-119
Description
With MXS-3143 fixed, COM_QUERY packets will be routed to the server where the last command was executed. This does not cover COM_STMT_EXECUTE packets which means that a prepared statement with FOUND_ROWS will not be handled the same way a COM_QUERY packet with FOUND_ROWS is.
The fix to this is to classify queries like this as a special type which should be routed to the previous target, if it is still available.