Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add a DELETE operations that returns a result set of the deleted rows to the client.
Proposed syntax:
DELETE [LOW_PRIORITY] [QUICK] [IGNORE] FROM tbl_name
|
[WHERE where_condition]
|
[ORDER BY col_name | expr | position} [ASC | DESC], ...]
|
[LIMIT row_count]
|
RETURNING select_expr [, select_expr ...]
|
Attachments
Issue Links
- is blocked by
-
MDEV-4907 merge 5.5 → 10.0-base → 10.0
- Closed
- relates to
-
MDEV-4918 Server crashes in st_select_lex::mark_const_derived on DELETE with ORDER BY and a subquery in RETURNING clause
- Closed
-
MDEV-4919 Packets out of order on a SELECT after calling a procedure with DELETE .. RETURNING
- Closed
-
MDEV-5092 Implement UPDATE with result set
- Open
-
MDEV-20033 sql_mode="oracle" does not support INSERT INTO ... RETURNING
- Closed
-
MDEV-10422 INSERT RETURNING
- Closed