[MDEV-18604] DELETE FOR PORTION OF from non-transactional table Created: 2019-02-16 Updated: 2020-06-02 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Affects Version/s: | 10.4.2 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Nikita Malyavin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
when deleting for period of from a non-transactional table, it might happen that the delete part succeeds and the insert part fails, leaving the row disappearing completely. One way of fixing it would be to re-insert the original row after a failed insert. |