Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 6.0.0
-
Component/s: readwritesplit
-
Labels:
-
Sprint: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.