Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.5.2
-
None
-
2020-7, 2020-8
Description
In the rare case that a dml command fails, such as COMMIT and ROLLBack, the error is set, but an OK is returned. Server gets confused and Asserts.
All calls to ProcessCommandStatement() in ha_mcs_dml.cpp should set rc to the return code from the function.