PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.1 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18 | ||||||||||||||||
| Description |
|
Example :
currently returns:
The same script works fine in Oracle. |
| Comments |
| Comment by Michael Widenius [ 2017-03-22 ] |
|
Suggestion of how to implement this:
|
| Comment by Sergei Golubchik [ 2018-12-07 ] |
|
Please, report it as a new bug. This issue was fixed, and there is a test proving that one can indeed use the same table as a source and a delete target, at least in all tested cases. |
| Comment by Sergei Golubchik [ 2021-01-09 ] |
|
FYI, this feature was only about single-table DELETE, multi-delete isn't fixed yet |