Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.3
-
None
Description
When a client executes a COM_STMT_PREPARE that will fail and a COM_STMT_EXECUTE using the ID -1 (i.e. it doesn't wait for the COM_STMT_PREPARE to complete), the errors are returned in the wrong order. This happens because the query queue is processed before the result is written to the client socket. The order should simply be reversed and the problem will be solved.
Attachments
Issue Links
- relates to
-
MXS-3195 Prepared statement with ID -1 is not supported
- Closed