When updating a row in a system-versioned table and updating a column's value with the exact current value, a new historical row is written, that has the same ROW_START value as well as the same value for any other column as the previous one, while a ON UPDATE CURRENT_TIMESTAMP() column is not updated on the current row.
I also experienced that issue to not exist when updating a ENUM column with the exact current value, while existing when updating a INT column with the exact current value. However, in the example below the columns all behave the same.
CREATE TABLE Foobar (
|
id INT(11) NOT NULL,
|
a INT(11) NOT NULL,
|
b ENUM('foo', 'bar') NOT NULL,
|
c VARCHAR(255) NOT NULL,
|
ts DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP() ON UPDATE CURRENT_TIMESTAMP(),
|
PRIMARY KEY (id)
|
) WITH SYSTEM VERSIONING;
|
INSERT INTO Foobar (id, a, b, c) VALUES (1, 1, 'foo', 'hello');
|
-- 1 row
|
SELECT *, ROW_START, ROW_END FROM Foobar FOR SYSTEM_TIME ALL WHERE id = 1;
|
UPDATE Foobar SET b = 'foo' WHERE id = 1;
|
-- 2 rows with the exact same values except for ROW_END
|
SELECT *, ROW_START, ROW_END FROM Foobar FOR SYSTEM_TIME ALL WHERE id = 1;
|
UPDATE Foobar SET a = 1 WHERE id = 1;
|
-- 3 rows with the exact same values except for ROW_END
|
SELECT *, ROW_START, ROW_END FROM Foobar FOR SYSTEM_TIME ALL WHERE id = 1;
|
SELECT *, ROW_START, ROW_END FROM Foobar FOR SYSTEM_TIME AS OF '<row_start_value>' WHERE id = 1 will also return 3 rows, while I would expect only 1.
I would expect that a historical row is only written when data in the row really change, just like a ON UPDATE column behaves.
{"report":{"fcp":1119.8000001907349,"ttfb":319.9000005722046,"pageVisibility":"visible","entityId":103701,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"4fbf0c48-4ca7-4f86-b954-eb80703a4b69","navigationType":0,"readyForUser":1228,"redirectCount":0,"resourceLoadedEnd":1015.6000003814697,"resourceLoadedStart":326,"resourceTiming":[{"duration":246.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":572.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":246.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":326.4000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":326.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":572.7000007629395,"responseStart":0,"secureConnectionStart":0},{"duration":256,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":326.5,"connectEnd":326.5,"connectStart":326.5,"domainLookupEnd":326.5,"domainLookupStart":326.5,"fetchStart":326.5,"redirectEnd":0,"redirectStart":0,"requestStart":326.5,"responseEnd":582.5,"responseStart":582.5,"secureConnectionStart":326.5},{"duration":342.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":326.70000076293945,"connectEnd":326.70000076293945,"connectStart":326.70000076293945,"domainLookupEnd":326.70000076293945,"domainLookupStart":326.70000076293945,"fetchStart":326.70000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":326.70000076293945,"responseEnd":669.2000007629395,"responseStart":669.2000007629395,"secureConnectionStart":326.70000076293945},{"duration":346.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":326.9000005722046,"connectEnd":326.9000005722046,"connectStart":326.9000005722046,"domainLookupEnd":326.9000005722046,"domainLookupStart":326.9000005722046,"fetchStart":326.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":326.9000005722046,"responseEnd":673.2000007629395,"responseStart":673.2000007629395,"secureConnectionStart":326.9000005722046},{"duration":346.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":327.1000003814697,"connectEnd":327.1000003814697,"connectStart":327.1000003814697,"domainLookupEnd":327.1000003814697,"domainLookupStart":327.1000003814697,"fetchStart":327.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":327.1000003814697,"responseEnd":673.7000007629395,"responseStart":673.7000007629395,"secureConnectionStart":327.1000003814697},{"duration":346.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":327.4000005722046,"connectEnd":327.4000005722046,"connectStart":327.4000005722046,"domainLookupEnd":327.4000005722046,"domainLookupStart":327.4000005722046,"fetchStart":327.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":327.4000005722046,"responseEnd":674.3000001907349,"responseStart":674.3000001907349,"secureConnectionStart":327.4000005722046},{"duration":402.6000003814697,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":327.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":327.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":730.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":347.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":327.70000076293945,"connectEnd":327.70000076293945,"connectStart":327.70000076293945,"domainLookupEnd":327.70000076293945,"domainLookupStart":327.70000076293945,"fetchStart":327.70000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":327.70000076293945,"responseEnd":674.9000005722046,"responseStart":674.8000001907349,"secureConnectionStart":327.70000076293945},{"duration":402.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":327.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":327.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":730.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":347.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":328,"connectEnd":328,"connectStart":328,"domainLookupEnd":328,"domainLookupStart":328,"fetchStart":328,"redirectEnd":0,"redirectStart":0,"requestStart":328,"responseEnd":675.8000001907349,"responseStart":675.8000001907349,"secureConnectionStart":328},{"duration":555.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":329.1000003814697,"connectEnd":329.1000003814697,"connectStart":329.1000003814697,"domainLookupEnd":329.1000003814697,"domainLookupStart":329.1000003814697,"fetchStart":329.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":329.1000003814697,"responseEnd":884.6000003814697,"responseStart":884.6000003814697,"secureConnectionStart":329.1000003814697},{"duration":557.1999998092651,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":329.20000076293945,"connectEnd":329.20000076293945,"connectStart":329.20000076293945,"domainLookupEnd":329.20000076293945,"domainLookupStart":329.20000076293945,"fetchStart":329.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":329.20000076293945,"responseEnd":886.4000005722046,"responseStart":886.4000005722046,"secureConnectionStart":329.20000076293945},{"duration":53.30000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":743.4000005722046,"connectEnd":743.4000005722046,"connectStart":743.4000005722046,"domainLookupEnd":743.4000005722046,"domainLookupStart":743.4000005722046,"fetchStart":743.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":743.4000005722046,"responseEnd":796.7000007629395,"responseStart":796.7000007629395,"secureConnectionStart":743.4000005722046},{"duration":211.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":804.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":804.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1015.6000003814697,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":142,"responseStart":320,"responseEnd":324,"domLoading":324,"domInteractive":1311,"domContentLoadedEventStart":1311,"domContentLoadedEventEnd":1361,"domComplete":1723,"loadEventStart":1724,"loadEventEnd":1724,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1286.4000005722046},{"name":"bigPipe.sidebar-id.end","time":1287.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.start","time":1287.3000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1288.8000001907349},{"name":"activityTabFullyLoaded","time":1379.2000007629395}],"measures":[],"correlationId":"db1e7ccdaf81a0","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":99,"dbReadsTimeInMs":16,"dbConnsTimeInMs":24,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Thank you for reporting the issue!
The decision to insert the historical row even if the row has not changed was intentional (
MDEV-23446), but start_time should be updated accordingly.This is a part of the same bug as
MDEV-26778, so I suggest following the progress in that Jira ticket if you'd like, and to close this one. I added the test case there.I also tried with enum type, the bug was also reproducible:
MariaDB [test]> CREATE or replace TABLE t1 ( id enum('a','b') , ts datetime ON UPDATE current_timestamp()) WITH SYSTEM versioning;
Query OK, 0 rows affected (0.059 sec)
MariaDB [test]> INSERT INTO t1 VALUES ('a',now());
Query OK, 1 row affected (0.005 sec)
MariaDB [test]> UPDATE t1 SET id = 'a' WHERE id = 'a';
Query OK, 0 rows affected (0.004 sec)
Rows matched: 1 Changed: 0 Inserted: 1 Warnings: 0
MariaDB [test]> UPDATE t1 SET id = 'a' WHERE id = 'a';
Query OK, 0 rows affected (0.004 sec)
Rows matched: 1 Changed: 0 Inserted: 1 Warnings: 0
MariaDB [test]> SELECT *, ROW_START, ROW_END FROM t1 FOR SYSTEM_TIME ALL;
+------+---------------------+----------------------------+----------------------------+
| id | ts | ROW_START | ROW_END |
+------+---------------------+----------------------------+----------------------------+
| a | 2021-10-07 18:05:41 | 2021-10-07 18:05:41.476392 | 2038-01-19 04:14:07.999999 |
| a | 2021-10-07 18:05:41 | 2021-10-07 18:05:41.476392 | 2021-10-07 18:05:52.143934 |
| a | 2021-10-07 18:05:41 | 2021-10-07 18:05:41.476392 | 2021-10-07 18:06:25.812918 |
+------+---------------------+----------------------------+----------------------------+
3 rows in set (0.001 sec)