See MDEV-18156 for very similar failures with different SQL_MODE on 10.2+.
The InnoDB part is also similar to MDEV-17890.
CREATE TABLE t1 (
|
t TIMESTAMP(4),
|
d DATETIME,
|
v TIMESTAMP(3) AS (t) VIRTUAL,
|
KEY(v,d)
|
);
|
|
INSERT IGNORE INTO t1 (t,d) VALUES ('2006-03-01 12:44:34.0496','2029-10-10 21:27:53');
|
|
SET SQL_MODE= 'TIME_ROUND_FRACTIONAL';
|
UPDATE IGNORE t1 SET d = NOW();
|
|
# Cleanup
|
DROP TABLE t1;
|
With MyISAM, the test case produces an error:
10.4 2465d3e00b2
|
query 'UPDATE IGNORE t1 SET d = NOW()' failed: 126: Index for table './test/t1.MYI' is corrupt; try to repair it
|
With InnoDB, there is a different error:
10.4 2465d3e00b2
|
2019-01-06 17:46:39 9 [ERROR] InnoDB: Record in index `v` of table `test`.`t1` was not found on update: TUPLE (info_bits=0, 3 fields): {[6]D { (0x44057B1201F4),[5] V (0x99C4D556F5),[6] (0x000000000200)} at: COMPACT RECORD(info_bits=0, 3 fields): {[6]D { (0x44057B1201EA),[5] V (0x99C4D556F5),[6] (0x000000000200)}
|
Which on a debug build is followed by an assertion failure:
mysqld: /data/src/10.4/storage/innobase/row/row0upd.cc:2426: dberr_t row_upd_sec_index_entry(upd_node_t*, que_thr_t*): Assertion `0' failed.
|
190106 17:46:39 [ERROR] mysqld got signal 6 ;
|
|
#7 0x00007f1c167b1ee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x00005625c5e2d1d3 in row_upd_sec_index_entry (node=0x7f1bb816d7b8, thr=0x7f1bb80723f8) at /data/src/10.4/storage/innobase/row/row0upd.cc:2426
|
#9 0x00005625c5e2d8a6 in row_upd_sec_step (node=0x7f1bb816d7b8, thr=0x7f1bb80723f8) at /data/src/10.4/storage/innobase/row/row0upd.cc:2539
|
#10 0x00005625c5e30271 in row_upd (node=0x7f1bb816d7b8, thr=0x7f1bb80723f8) at /data/src/10.4/storage/innobase/row/row0upd.cc:3317
|
#11 0x00005625c5e305d9 in row_upd_step (thr=0x7f1bb80723f8) at /data/src/10.4/storage/innobase/row/row0upd.cc:3432
|
#12 0x00005625c5dde726 in row_update_for_mysql (prebuilt=0x7f1bb816cc88) at /data/src/10.4/storage/innobase/row/row0mysql.cc:1889
|
#13 0x00005625c5c7b518 in ha_innobase::update_row (this=0x7f1bb8132d78, old_row=0x7f1bb800a9b8 "\371D\005{\022\001\360\231\304\325V\365D\005{\022\001\364\245\245\245\245\245\245\360\251", new_row=0x7f1bb800a9a0 "\371\\2\"\337\036\221\231\242\r\033\247D\005{\022\001\364\245\245\245\245\245\245\371D\005{\022\001\360\231\304\325V\365D\005{\022\001\364\245\245\245\245\245\245\360\251") at /data/src/10.4/storage/innobase/handler/ha_innodb.cc:8842
|
#14 0x00005625c5953deb in handler::ha_update_row (this=0x7f1bb8132d78, old_data=0x7f1bb800a9b8 "\371D\005{\022\001\360\231\304\325V\365D\005{\022\001\364\245\245\245\245\245\245\360\251", new_data=0x7f1bb800a9a0 "\371\\2\"\337\036\221\231\242\r\033\247D\005{\022\001\364\245\245\245\245\245\245\371D\005{\022\001\360\231\304\325V\365D\005{\022\001\364\245\245\245\245\245\245\360\251") at /data/src/10.4/sql/handler.cc:6305
|
#15 0x00005625c5730cb0 in mysql_update (thd=0x7f1bb8000b00, table_list=0x7f1bb8015080, fields=..., values=..., conds=0x0, order_num=0, order=0x0, limit=18446744073709551615, handle_duplicates=DUP_ERROR, ignore=true, found_return=0x7f1c10341f20, updated_return=0x7f1c10341fe0) at /data/src/10.4/sql/sql_update.cc:947
|
#16 0x00005625c5635f08 in mysql_execute_command (thd=0x7f1bb8000b00) at /data/src/10.4/sql/sql_parse.cc:4584
|
#17 0x00005625c5641244 in mysql_parse (thd=0x7f1bb8000b00, rawbuf=0x7f1bb8014f98 "UPDATE IGNORE t1 SET d = NOW()", length=30, parser_state=0x7f1c10342600, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#18 0x00005625c562e46e in dispatch_command (command=COM_QUERY, thd=0x7f1bb8000b00, packet=0x7f1bb8137fd1 "UPDATE IGNORE t1 SET d = NOW()", packet_length=30, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#19 0x00005625c562ce92 in do_command (thd=0x7f1bb8000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#20 0x00005625c57990ba in do_handle_one_connection (connect=0x5625c7f84be0) at /data/src/10.4/sql/sql_connect.cc:1402
|
#21 0x00005625c5798e3e in handle_one_connection (arg=0x5625c7f84be0) at /data/src/10.4/sql/sql_connect.cc:1308
|
#22 0x00005625c5c58164 in pfs_spawn_thread (arg=0x5625c7f7fb80) at /data/src/10.4/storage/perfschema/pfs.cc:1862
|
#23 0x00007f1c1826d494 in start_thread (arg=0x7f1c10343700) at pthread_create.c:333
|
#24 0x00007f1c1686e93f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
{"report":{"fcp":1123.6000003814697,"ttfb":313.20000076293945,"pageVisibility":"visible","entityId":71689,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"fb8f7ffd-d12e-4c7f-aba0-e1dbaa7f8865","navigationType":0,"readyForUser":1219.5,"redirectCount":0,"resourceLoadedEnd":814.8000001907349,"resourceLoadedStart":320.30000019073486,"resourceTiming":[{"duration":83.80000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":320.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":320.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":404.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":83.69999980926514,"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":320.70000076293945,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":320.70000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":404.4000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":319.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":320.80000019073486,"connectEnd":320.80000019073486,"connectStart":320.80000019073486,"domainLookupEnd":320.80000019073486,"domainLookupStart":320.80000019073486,"fetchStart":320.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":412.4000005722046,"responseEnd":640,"responseStart":454.6000003814697,"secureConnectionStart":320.80000019073486},{"duration":493.80000019073486,"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":321,"connectEnd":321,"connectStart":321,"domainLookupEnd":321,"domainLookupStart":321,"fetchStart":321,"redirectEnd":0,"redirectStart":0,"requestStart":413.1000003814697,"responseEnd":814.8000001907349,"responseStart":459.70000076293945,"secureConnectionStart":321},{"duration":145,"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":321.20000076293945,"connectEnd":321.20000076293945,"connectStart":321.20000076293945,"domainLookupEnd":321.20000076293945,"domainLookupStart":321.20000076293945,"fetchStart":321.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":413.20000076293945,"responseEnd":466.20000076293945,"responseStart":460.9000005722046,"secureConnectionStart":321.20000076293945},{"duration":145.0999994277954,"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":321.4000005722046,"connectEnd":321.4000005722046,"connectStart":321.4000005722046,"domainLookupEnd":321.4000005722046,"domainLookupStart":321.4000005722046,"fetchStart":321.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":413.6000003814697,"responseEnd":466.5,"responseStart":462.9000005722046,"secureConnectionStart":321.4000005722046},{"duration":147.39999961853027,"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":321.70000076293945,"connectEnd":321.70000076293945,"connectStart":321.70000076293945,"domainLookupEnd":321.70000076293945,"domainLookupStart":321.70000076293945,"fetchStart":321.70000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":413.80000019073486,"responseEnd":469.1000003814697,"responseStart":464,"secureConnectionStart":321.70000076293945},{"duration":86.5,"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":321.9000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":321.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":408.4000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":147.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":322.1000003814697,"connectEnd":322.1000003814697,"connectStart":322.1000003814697,"domainLookupEnd":322.1000003814697,"domainLookupStart":322.1000003814697,"fetchStart":322.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":413.9000005722046,"responseEnd":469.9000005722046,"responseStart":466.70000076293945,"secureConnectionStart":322.1000003814697},{"duration":86.69999980926514,"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":322.20000076293945,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":322.20000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":408.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":147.89999961853027,"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":322.4000005722046,"connectEnd":322.4000005722046,"connectStart":322.4000005722046,"domainLookupEnd":322.4000005722046,"domainLookupStart":322.4000005722046,"fetchStart":322.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":414,"responseEnd":470.30000019073486,"responseStart":467.70000076293945,"secureConnectionStart":322.4000005722046},{"duration":489,"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":323.6000003814697,"connectEnd":323.6000003814697,"connectStart":323.6000003814697,"domainLookupEnd":323.6000003814697,"domainLookupStart":323.6000003814697,"fetchStart":323.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":445.30000019073486,"responseEnd":812.6000003814697,"responseStart":808.7000007629395,"secureConnectionStart":323.6000003814697},{"duration":488.19999980926514,"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":323.70000076293945,"connectEnd":323.70000076293945,"connectStart":323.70000076293945,"domainLookupEnd":323.70000076293945,"domainLookupStart":323.70000076293945,"fetchStart":323.70000076293945,"redirectEnd":0,"redirectStart":0,"requestStart":474.20000076293945,"responseEnd":811.9000005722046,"responseStart":806.2000007629395,"secureConnectionStart":323.70000076293945},{"duration":219.10000038146973,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":799.3000001907349,"connectEnd":799.3000001907349,"connectStart":799.3000001907349,"domainLookupEnd":799.3000001907349,"domainLookupStart":799.3000001907349,"fetchStart":799.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":974.8000001907349,"responseEnd":1018.4000005722046,"responseStart":1017.6000003814697,"secureConnectionStart":799.3000001907349}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":85,"responseStart":314,"responseEnd":318,"domLoading":317,"domInteractive":1288,"domContentLoadedEventStart":1288,"domContentLoadedEventEnd":1347,"domComplete":3460,"loadEventStart":3460,"loadEventEnd":3460,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1266.4000005722046},{"name":"bigPipe.sidebar-id.end","time":1267.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.start","time":1267.3000001907349},{"name":"bigPipe.activity-panel-pipe-id.end","time":1269.7000007629395},{"name":"activityTabFullyLoaded","time":1371.7000007629395}],"measures":[],"correlationId":"42e39d60305656","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":153,"dbReadsTimeInMs":21,"dbConnsTimeInMs":31,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}