Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
The current abort of DELETE operation is simply re-inserting the old value. However, the old value is logged only when the deleted record was found in the memory component. If we delete a record which sits on the disk component, then old value is NULL and the abort of the delete record is not handled correctly.