Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4.12
-
None
-
10.4.12-MariaDB-1:10.4.12+maria~bionic
docker image from docker hub
Description
When enable versioning (timestamp) for whole table except one column, using upsert (insert ... on duplicate update) to update the unversioning column, will still create new version records.
How to reproduce: https://hackmd.io/WNz_xg9pRYiQrL69QkufrQ
A workaround is to use txrid (transaction id) based versioning, but it doesn't support partitions to separate current and historic data, still. MDEV-15951
Attachments
Issue Links
- relates to
-
MDEV-17089 Updating a System Versioned Table always causes a row to be updated, regardless if the data is the same or not
-
- Closed
-