<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: 1. Abstract beforeImage and afterImage, define them as interfaces, and implement their capabilities for MySQL. 2. Replace the definitions in the executor with the new implementations mentioned above. 3. Deprecate the implementation in the undo/builder package. **Why is this needed**: 1. Currently, there are two separate implementations for constructing undo log images, located in the exec package and the undo/builder package. 2. The implementation in the undo/builder package is not being utilized. 3. To better support different types of databases in the future, the implementation within the executor needs to be redefined and abstracted. <img width="1068" alt="image" src="https://github.com/user-attachments/assets/60fa70ab-23b0-481d-b7d3-e65774f6f04b" /> <img width="390" alt="image" src="https://github.com/user-attachments/assets/3e815e23-5c7d-4170-bf38-f22e783893f5" />