Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.0
-
MXS-SPRINT-121
Description
MXS-1203 fixed the batched statement execution bug. The fix does not allow parallel execution of the batched statements which removes all of the benefits of batched statement execution.
A more correct implementation of this would record the order of the executed statements and return the responses in the correct order.