Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.5
-
Fix Version/s: 2.5.6
-
Component/s: readwritesplit
-
Labels:None
Description
The last statement of a read-only transaction (i.e. the COMMIT) isn't executed as a part of the read-only transaction which prevents it from being included in the transaction. If the statement fails, it will be replayed as a normal statement.