Note: I'm filing it for 10.4 because it's the only version I can reproduce it with; but the failure depends on the execution plan. I can get rid of the failure by setting rowid_filter=off in optimizer_switch on 10.4, but I can't do the reverse on 10.3, so I have no information whether the problem exists in previous version.
Note: Run with --repeat=N. The test case appears deterministic, but the failure is still sporadic. It usually fails for me withing first 1-2 attempts, but it can vary on different machines and builds.
#11 0x0000564f5f01f6a9 in row_search_mvcc (buf=0x7fb2641a1240 "\373", ' ' <repeats 100 times>, "\003", mode=PAGE_CUR_GE, prebuilt=0x7fb264152508, match_mode=1, direction=0) at /data/src/10.4/storage/innobase/row/row0sel.cc:5205
#12 0x0000564f5ee7d7f1 in ha_innobase::index_read (this=0x7fb264151518, buf=0x7fb2641a1240 "\373", ' ' <repeats 100 times>, "\003", key_ptr=0x7fb26407ca70 "", key_len=116, find_flag=HA_READ_KEY_EXACT) at /data/src/10.4/storage/innobase/handler/ha_innodb.cc:9360
#13 0x0000564f5eb4b404 in handler::index_read_map (this=0x7fb264151518, buf=0x7fb2641a1240 "\373", ' ' <repeats 100 times>, "\003", key=0x7fb26407ca70 "", keypart_map=1, find_flag=HA_READ_KEY_EXACT) at /data/src/10.4/sql/handler.h:3594
#14 0x0000564f5eb3d2b7 in handler::ha_index_read_map (this=0x7fb264151518, buf=0x7fb2641a1240 "\373", ' ' <repeats 100 times>, "\003", key=0x7fb26407ca70 "", keypart_map=1, find_flag=HA_READ_KEY_EXACT) at /data/src/10.4/sql/handler.cc:3040
#15 0x0000564f5e86d891 in join_read_always_key (tab=0x7fb26407bf18) at /data/src/10.4/sql/sql_select.cc:20776
#16 0x0000564f5e86bd5d in sub_select (join=0x7fb264019718, join_tab=0x7fb26407bf18, end_of_records=false) at /data/src/10.4/sql/sql_select.cc:20015
#17 0x0000564f5e86c4cb in evaluate_join_record (join=0x7fb264019718, join_tab=0x7fb26407bb50, error=0) at /data/src/10.4/sql/sql_select.cc:20238
#18 0x0000564f5e86bdbf in sub_select (join=0x7fb264019718, join_tab=0x7fb26407bb50, end_of_records=false) at /data/src/10.4/sql/sql_select.cc:20018
#19 0x0000564f5e86b2ed in do_select (join=0x7fb264019718, procedure=0x0) at /data/src/10.4/sql/sql_select.cc:19556
#20 0x0000564f5e841da9 in JOIN::exec_inner (this=0x7fb264019718) at /data/src/10.4/sql/sql_select.cc:4371
#21 0x0000564f5e840f50 in JOIN::exec (this=0x7fb264019718) at /data/src/10.4/sql/sql_select.cc:4153
#22 0x0000564f5e842602 in mysql_select (thd=0x7fb264000b00, tables=0x7fb264015bd8, wild_num=1, fields=..., conds=0x7fb264018c60, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7fb2640196f0, unit=0x7fb264004a28, select_lex=0x7fb264015608) at /data/src/10.4/sql/sql_select.cc:4585
#23 0x0000564f5e832b7a in handle_select (thd=0x7fb264000b00, lex=0x7fb264004960, result=0x7fb2640196f0, setup_tables_done_option=0) at /data/src/10.4/sql/sql_select.cc:424
#24 0x0000564f5e7fbf4b in execute_sqlcom_select (thd=0x7fb264000b00, all_tables=0x7fb264015bd8) at /data/src/10.4/sql/sql_parse.cc:6651
#25 0x0000564f5e7f1206 in mysql_execute_command (thd=0x7fb264000b00) at /data/src/10.4/sql/sql_parse.cc:3888
#26 0x0000564f5e7ffe8b in mysql_parse (thd=0x7fb264000b00, rawbuf=0x7fb2640154c8 "SELECT t1a.* FROM t1 AS t1a JOIN t1 AS t1b LEFT JOIN t2 ON (f = t1b.a) WHERE t1a.b >= 0 AND t1a.c = t1b.a", length=106, parser_state=0x7fb2ac8d7180, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:8204
#27 0x0000564f5e7eb4cd in dispatch_command (command=COM_QUERY, thd=0x7fb264000b00, packet=0x7fb264139ff1 "", packet_length=106, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1829
#28 0x0000564f5e7e9cb3 in do_command (thd=0x7fb264000b00) at /data/src/10.4/sql/sql_parse.cc:1358
#29 0x0000564f5e9639e5 in do_handle_one_connection (connect=0x564f61f954f0) at /data/src/10.4/sql/sql_connect.cc:1399
#30 0x0000564f5e963756 in handle_one_connection (arg=0x564f61f954f0) at /data/src/10.4/sql/sql_connect.cc:1302
#31 0x0000564f5ee59253 in pfs_spawn_thread (arg=0x564f61fdb360) at /data/src/10.4/storage/perfschema/pfs.cc:1862
#32 0x00007fb2b5285494 in start_thread (arg=0x7fb2ac8d8700) at pthread_create.c:333
#33 0x00007fb2b366b93f in clone () from /lib/x86_64-linux-gnu/libc.so.6
MDEV-31154 Fatal InnoDB error or assertion `!is_v' failure upon multi-update with indexed virtual column
MDEV-33558 Fatal error InnoDB: Clustered record field for column x not found
This is issue is about row ID filtering used with index on virtual
column(s). We hit debug assert and crash while building the record
template in Innodb. The primary reason is that we try to force the code
path to use the ICP path. With ICP, we don't support index with virtual
column and we validate it while index condition is pushed.
Simplify the code for building template to handle both ICP and Row ID
filtering by skipping virtual columns.
Alice Sherepa
added a comment - fixed by d912a6369c
commit d912a6369c6f7f8ba233ac88436d59f6e420c368 (HEAD)
Author: mariadb-DebarunBanerjee <debarun.banerjee@mariadb.com>
Date: Thu Mar 14 18:59:47 2024 +0530
MDEV-31154 Fatal InnoDB error or assertion `!is_v' failure upon multi-update with indexed virtual column
MDEV-33558 Fatal error InnoDB: Clustered record field for column x not found
This is issue is about row ID filtering used with index on virtual
column(s). We hit debug assert and crash while building the record
template in Innodb. The primary reason is that we try to force the code
path to use the ICP path. With ICP, we don't support index with virtual
column and we validate it while index condition is pushed.
Simplify the code for building template to handle both ICP and Row ID
filtering by skipping virtual columns.
still reproducible on 10.4-10.11, not repeatable on 11.0+, but that is probably because of the change of the execution plan:
10.4-10.11:
explain extended
SELECT t1a.* FROM t1 AS t1a JOIN t1 AS t1b LEFT JOIN t2 ON (f = t1b.a) WHERE t1a.b >= 0 AND t1a.c = t1b.a;
id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t1b ALL NULL NULL NULL NULL 3 100.00 Using where
1 SIMPLE t1a ref|filter c,b c|b 116|2 test.t1b.a 1 (67%) 66.67 Using where; Using rowid filter
1 SIMPLE t2 ALL NULL NULL NULL NULL 1 100.00 Using where; Using join buffer (flat, BNL join)
Warnings:
Note 1003 select `test`.`t1a`.`a` AS `a`,`test`.`t1a`.`pk` AS `pk`,`test`.`t1a`.`b` AS `b`,`test`.`t1a`.`c` AS `c` from `test`.`t1` `t1a` join `test`.`t1` `t1b` left join `test`.`t2` on(`test`.`t2`.`f` = `test`.`t1b`.`a`) where `test`.`t1a`.`b` >= 0 and `test`.`t1a`.`c` = `test`.`t1b`.`a`
DROP TABLE t1, t2;
11.0+
explain extended
SELECT t1a.* FROM t1 AS t1a JOIN t1 AS t1b LEFT JOIN t2 ON (f = t1b.a) WHERE t1a.b >= 0 AND t1a.c = t1b.a;
id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t1b ALL NULL NULL NULL NULL 3 100.00
1 SIMPLE t1a range c,b b 2 NULL 2 33.33 Using index condition; Using where; Using join buffer (flat, BNL join)
1 SIMPLE t2 ALL NULL NULL NULL NULL 1 100.00 Using where; Using join buffer (incremental, BNL join)
Warnings:
Note 1003 select `test`.`t1a`.`a` AS `a`,`test`.`t1a`.`pk` AS `pk`,`test`.`t1a`.`b` AS `b`,`test`.`t1a`.`c` AS `c` from `test`.`t1` `t1a` join `test`.`t1` `t1b` left join `test`.`t2` on(`test`.`t2`.`f` = `test`.`t1b`.`a`) where `test`.`t1a`.`b` >= 0 and `test`.`t1a`.`c` = `test`.`t1b`.`a`
Please check also MDEV-33259 - there also the crash on non-debug build
Alice Sherepa
added a comment - - edited still reproducible on 10.4-10.11, not repeatable on 11.0+, but that is probably because of the change of the execution plan:
10.4-10.11:
explain extended
SELECT t1a.* FROM t1 AS t1a JOIN t1 AS t1b LEFT JOIN t2 ON (f = t1b.a) WHERE t1a.b >= 0 AND t1a.c = t1b.a;
id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t1b ALL NULL NULL NULL NULL 3 100.00 Using where
1 SIMPLE t1a ref|filter c,b c|b 116|2 test.t1b.a 1 (67%) 66.67 Using where; Using rowid filter
1 SIMPLE t2 ALL NULL NULL NULL NULL 1 100.00 Using where; Using join buffer (flat, BNL join)
Warnings:
Note 1003 select `test`.`t1a`.`a` AS `a`,`test`.`t1a`.`pk` AS `pk`,`test`.`t1a`.`b` AS `b`,`test`.`t1a`.`c` AS `c` from `test`.`t1` `t1a` join `test`.`t1` `t1b` left join `test`.`t2` on(`test`.`t2`.`f` = `test`.`t1b`.`a`) where `test`.`t1a`.`b` >= 0 and `test`.`t1a`.`c` = `test`.`t1b`.`a`
DROP TABLE t1, t2;
11.0+
explain extended
SELECT t1a.* FROM t1 AS t1a JOIN t1 AS t1b LEFT JOIN t2 ON (f = t1b.a) WHERE t1a.b >= 0 AND t1a.c = t1b.a;
id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t1b ALL NULL NULL NULL NULL 3 100.00
1 SIMPLE t1a range c,b b 2 NULL 2 33.33 Using index condition; Using where; Using join buffer (flat, BNL join)
1 SIMPLE t2 ALL NULL NULL NULL NULL 1 100.00 Using where; Using join buffer (incremental, BNL join)
Warnings:
Note 1003 select `test`.`t1a`.`a` AS `a`,`test`.`t1a`.`pk` AS `pk`,`test`.`t1a`.`b` AS `b`,`test`.`t1a`.`c` AS `c` from `test`.`t1` `t1a` join `test`.`t1` `t1b` left join `test`.`t2` on(`test`.`t2`.`f` = `test`.`t1b`.`a`) where `test`.`t1a`.`b` >= 0 and `test`.`t1a`.`c` = `test`.`t1b`.`a`
Please check also MDEV-33259 - there also the crash on non-debug build
People
Nikita Malyavin
Elena Stepanova
Votes:
0Vote for this issue
Watchers:
4Start watching this issue
Dates
Created:
Updated:
Resolved:
Git Integration
Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.
{"report":{"fcp":1696.2000000476837,"ttfb":423.59999990463257,"pageVisibility":"visible","entityId":73247,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"ed4b8c53-8d1d-4059-9044-718328afd5c4","navigationType":0,"readyForUser":1799.2999999523163,"redirectCount":0,"resourceLoadedEnd":1869.5999999046326,"resourceLoadedStart":429.2000000476837,"resourceTiming":[{"duration":700.8999998569489,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":429.2000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":429.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1130.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":700.9000000953674,"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":429.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":429.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1130.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":729.5999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":429.7000000476837,"connectEnd":429.7000000476837,"connectStart":429.7000000476837,"domainLookupEnd":429.7000000476837,"domainLookupStart":429.7000000476837,"fetchStart":429.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":429.7000000476837,"responseEnd":1159.2999999523163,"responseStart":1159.2999999523163,"secureConnectionStart":429.7000000476837},{"duration":789.7999999523163,"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":429.90000009536743,"connectEnd":429.90000009536743,"connectStart":429.90000009536743,"domainLookupEnd":429.90000009536743,"domainLookupStart":429.90000009536743,"fetchStart":429.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":429.90000009536743,"responseEnd":1219.7000000476837,"responseStart":1219.7000000476837,"secureConnectionStart":429.90000009536743},{"duration":793.2999999523163,"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":430.2000000476837,"connectEnd":430.2000000476837,"connectStart":430.2000000476837,"domainLookupEnd":430.2000000476837,"domainLookupStart":430.2000000476837,"fetchStart":430.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":430.2000000476837,"responseEnd":1223.5,"responseStart":1223.5,"secureConnectionStart":430.2000000476837},{"duration":793.5999999046326,"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":430.40000009536743,"connectEnd":430.40000009536743,"connectStart":430.40000009536743,"domainLookupEnd":430.40000009536743,"domainLookupStart":430.40000009536743,"fetchStart":430.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":430.40000009536743,"responseEnd":1224,"responseStart":1224,"secureConnectionStart":430.40000009536743},{"duration":793.9000000953674,"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":430.59999990463257,"connectEnd":430.59999990463257,"connectStart":430.59999990463257,"domainLookupEnd":430.59999990463257,"domainLookupStart":430.59999990463257,"fetchStart":430.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":430.59999990463257,"responseEnd":1224.5,"responseStart":1224.5,"secureConnectionStart":430.59999990463257},{"duration":873.4000000953674,"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":430.7999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":430.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1304.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":794.0999999046326,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":430.90000009536743,"connectEnd":430.90000009536743,"connectStart":430.90000009536743,"domainLookupEnd":430.90000009536743,"domainLookupStart":430.90000009536743,"fetchStart":430.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":430.90000009536743,"responseEnd":1225,"responseStart":1225,"secureConnectionStart":430.90000009536743},{"duration":873.2999999523163,"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":431,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":431,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1304.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":794.3999998569489,"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":431.2000000476837,"connectEnd":431.2000000476837,"connectStart":431.2000000476837,"domainLookupEnd":431.2000000476837,"domainLookupStart":431.2000000476837,"fetchStart":431.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":431.2000000476837,"responseEnd":1225.5999999046326,"responseStart":1225.5999999046326,"secureConnectionStart":431.2000000476837},{"duration":1043.7999999523163,"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":436.90000009536743,"connectEnd":436.90000009536743,"connectStart":436.90000009536743,"domainLookupEnd":436.90000009536743,"domainLookupStart":436.90000009536743,"fetchStart":436.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":436.90000009536743,"responseEnd":1480.7000000476837,"responseStart":1480.7000000476837,"secureConnectionStart":436.90000009536743},{"duration":1429.5999999046326,"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":437,"connectEnd":437,"connectStart":437,"domainLookupEnd":437,"domainLookupStart":437,"fetchStart":437,"redirectEnd":0,"redirectStart":0,"requestStart":437,"responseEnd":1866.5999999046326,"responseStart":1866.5999999046326,"secureConnectionStart":437},{"duration":191.09999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1316.5,"connectEnd":1316.5,"connectStart":1316.5,"domainLookupEnd":1316.5,"domainLookupStart":1316.5,"fetchStart":1316.5,"redirectEnd":0,"redirectStart":0,"requestStart":1316.5,"responseEnd":1507.5999999046326,"responseStart":1507.5999999046326,"secureConnectionStart":1316.5},{"duration":279.19999980926514,"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":1590.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1590.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1869.5999999046326,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":246,"responseStart":424,"responseEnd":431,"domLoading":427,"domInteractive":1905,"domContentLoadedEventStart":1905,"domContentLoadedEventEnd":1957,"domComplete":2377,"loadEventStart":2377,"loadEventEnd":2378,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1870.4000000953674},{"name":"bigPipe.sidebar-id.end","time":1871.2999999523163},{"name":"bigPipe.activity-panel-pipe-id.start","time":1871.5},{"name":"bigPipe.activity-panel-pipe-id.end","time":1873.5},{"name":"activityTabFullyLoaded","time":1971.4000000953674}],"measures":[],"correlationId":"1e04fb41fa163","effectiveType":"4g","downlink":9.9,"rtt":0,"serverDuration":110,"dbReadsTimeInMs":16,"dbConnsTimeInMs":26,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
fixed by d912a6369c
commit d912a6369c6f7f8ba233ac88436d59f6e420c368 (HEAD)
Author: mariadb-DebarunBanerjee <debarun.banerjee@mariadb.com>
Date: Thu Mar 14 18:59:47 2024 +0530
MDEV-31154 Fatal InnoDB error or assertion `!is_v' failure upon multi-update with indexed virtual column
MDEV-33558 Fatal error InnoDB: Clustered record field for column x not found
This is issue is about row ID filtering used with index on virtual
column(s). We hit debug assert and crash while building the record
template in Innodb. The primary reason is that we try to force the code
path to use the ICP path. With ICP, we don't support index with virtual
column and we validate it while index condition is pushed.
Simplify the code for building template to handle both ICP and Row ID
filtering by skipping virtual columns.