move log restore delete_range back to ddl delete_range #47738
Closed
Description
Enhancement
Currently we implement the same delete range logic as ddl's. But it's too expensive to keep in sync with ddl's delete range logic. Therefore, there is a plan to move it back.
- fix the bugs and add integration test in release-6.5 and release-7.1 and release-7.5
- update the new action in release-7.1 and release-7.5
- combine these logic back into ddl in release-7.6.