[MDEV-12326] Implement multiple-table UPDATE/DELETE returning a result set Created: 2017-03-22 Updated: 2023-10-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Delete, Data Manipulation - Update |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Igor Babaev | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | gsoc17, gsoc18, gsoc19, gsoc20 | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| Description |
|
A multiple-table UPDATE first performs join operations, then it updates the matching rows.
A multiple-table DELETE first performs join operations, then it deletes the matching rows.
|
| Comments |
| Comment by Jabbar Memon [ 2017-03-26 ] |
|
hi is this issue is assign to anyone or it is by default it is assign... |
| Comment by Igor Babaev [ 2017-03-28 ] |
|
Hi Jabbar, No, this task is open for any student. |
| Comment by Shubham Tomar [ 2018-03-17 ] |
|
Hi, My name is Shubham Tomar and I'm a final Computer Science and Engineering student at KIIT University, India. I have previously worked at Amazon India Development Centre as an SDE(Intern) for 6 months. I would like to work on this project as a part of GSoC '18. |
| Comment by Sergei Golubchik [ 2018-03-20 ] |
|
You could check how But as far as this one is concerned, see how mutli-table UPDATE/DELETE work. Take a look at select_result class — this is what SELECT uses to send results to the client. And multi_delete and multi_update classes. |
| Comment by Khaled Emara [ 2020-03-19 ] |
|
Hi, I'm Khaled from Egypt. I'm interested in participating in GSoC this year. Any reason this project hasn't been picked up the previous years? Seems like it garnered enough attention from students. Did Google refuse the proposals? Anyways, so to clarify: This project is about implementing the RETURNING statement for multiple tables UPDATE/DELETE? Or rather implement the the UPDATE/DELETE itself with - of course - RETURNING? I have downloaded and built MariaDB server. Is there any qualification tasks? |
| Comment by Igor Babaev [ 2020-03-19 ] |
|
Hi Khaled, |
| Comment by Mohammed Hammaad Mateen [ 2020-03-19 ] |
|
Greetings! I'm Hammaad, it is really interesting to know how |
| Comment by Igor Babaev [ 2020-03-20 ] |
|
Hi Hammaad, |
| Comment by Mohammed Hammaad Mateen [ 2020-03-20 ] |
|
Greetings! Yes, I've built the Awesome Maria DB server. Working on MDEV-14558 currently, once done will surely look upon |