Details
-
Task
-
Status: In Review (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
For MDEV-30469, I removed delete_while_scanning as the implementation now gathers row ids and defers deletes to send_eof. However, we can reintroduce delete_while_scanning for the case when neither ORDER BY...LIMIT nor hints are present.
Attachments
Issue Links
- is caused by
-
MDEV-30469 Support ORDER BY and LIMIT for multi-table DELETE, index hints for single-table DELETE.
- In Testing