Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
A multiple-table UPDATE first performs join operations, then it updates the matching rows.
A multiple-table UPDATE returning a result set does the following:
- first performs join operations
- for each row of the result of the join it calculates some expressions over the columns of the join and forms from them a row of the returned result set
- after this it updates the matching rows
A multiple-table DELETE first performs join operations, then it deletes the matching rows.
A multiple-table DELETE returning a result set does the following:
- first performs join operations
- for each row of the result of the join it calculates some expressions over the columns of the join and forms from them a row of the returned result set
- after this it deletes the matching rows
Attachments
Issue Links
- duplicates
-
MDEV-10448 DELETE ... RETURNING support for multi-table deteles
-
- Closed
-
- is blocked by
-
MDEV-5092 Implement UPDATE with result set
-
- In Review
-
- relates to
-
MDEV-5092 Implement UPDATE with result set
-
- In Review
-
-
MDEV-19093 [Feature] Issue #48 SELECT...FROM UPDATE
-
- Closed
-
-
MDEV-20033 sql_mode="oracle" does not support INSERT INTO ... RETURNING
-
- Closed
-
Activity
Labels | gsoc17 | gsoc17 gsoc18 |
Comment |
[ Hi,
My name is Shubham and I'm a final computers science and Engineering student at KIIT University. I have previously worked at Amazon as an SDE(Intern) for 6 months. I would like to work on this project as a part of GSoC '18. Where and How can I begin? ] |
Labels | gsoc17 gsoc18 | gsoc17 gsoc18 gsoc19 |
Link |
This issue duplicates |
Link |
This issue relates to |
Link |
This issue duplicates |
Labels | gsoc17 gsoc18 gsoc19 | gsoc17 gsoc18 gsoc19 gsoc20 |
Assignee | Igor Babaev [ igor ] | Sergei Golubchik [ serg ] |
Fix Version/s | 10.6 [ 24028 ] |
Fix Version/s | 10.6 [ 24028 ] |
Workflow | MariaDB v3 [ 80072 ] | MariaDB v4 [ 130617 ] |
Link |
This issue relates to |
Link |
This issue duplicates |
hi is this issue is assign to anyone or it is by default it is assign...