[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:
Problem/Incident
causes MDEV-16764 Crash on delete from sql-versioned ta... Closed
Relates
relates to MDEV-15380 Index for versioned table gets corrup... Closed

 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.

Generated at Thu Feb 08 08:27:21 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.