[MDEV-16231] make DELETE use mysql_update() internally Created: 2018-05-21 Updated: 2019-09-09 Resolved: 2019-09-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Fix Version/s: | 10.4.8 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Now DELETE for system versioned tables is implemented as a patched mysql_delete. Actually it does `update ... set row_end=current_timestamp(6)` so it's better to use mysql_update instead. |
| Comments |
| Comment by Sergei Golubchik [ 2019-05-21 ] |
|
it's internal refactoring, not user visible. I'd say it can go into 10.4 still |
| Comment by Eugene Kosov (Inactive) [ 2019-09-09 ] |
|
I don't know how to do this in a sane way. So closing the issue, at least for now. |