During the implementation of SERVER-58687 `RetryableWriteImageRecordingType` enum was introduced. This enum stores information of whether or not the image (pre-/post-image) has to be recorded and if so, should it be done in the oplog or in the side collection.
The refactoring has already been performed for the `OplogDeleteEntryArgs`.
- related to
-
SERVER-60540 [Retryability] Add retryability support for internal transactions for findAndModify
- Closed