CREATE TABLE t1 (id int NOT NULL AUTO_INCREMENT PRIMARY KEY );
|
CREATE TABLE t2 (id int zerofill);
|
|
SELECT 1 FROM t2 WHERE t2.id IN (SELECT MIN(t1.id) from t1);
|
Thread 1 (Thread 0x7f4a3db70700 (LWP 7881)):
|
#0 __pthread_kill (threadid=<optimized out>, signo=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:62
|
#1 0x00005570b2582761 in my_write_core (sig=6) at /home/alice/git/10.4/mysys/stacktrace.c:481
|
#2 0x00005570b1dc50d1 in handle_fatal_signal (sig=6) at /home/alice/git/10.4/sql/signal_handler.cc:305
|
#3 <signal handler called>
|
#4 0x00007f4a4372c428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
|
#5 0x00007f4a4372e02a in __GI_abort () at abort.c:89
|
#6 0x00007f4a43724bd7 in __assert_fail_base (fmt=<optimized out>, assertion=assertion@entry=0x5570b27a8ad0 "ctx.compare_type_handler()->cmp_type() != STRING_RESULT", file=file@entry=0x5570b27a8958 "/home/alice/git/10.4/sql/field.cc", line=line@entry=1417, function=function@entry=0x5570b27a9da0 <Field_num::get_equal_zerofill_const_item(THD*, Value_source::Context const&, Item*)::__PRETTY_FUNCTION__> "Item* Field_num::get_equal_zerofill_const_item(THD*, const Value_source::Context&, Item*)") at assert.c:92
|
#7 0x00007f4a43724c82 in __GI___assert_fail (assertion=0x5570b27a8ad0 "ctx.compare_type_handler()->cmp_type() != STRING_RESULT", file=0x5570b27a8958 "/home/alice/git/10.4/sql/field.cc", line=1417, function=0x5570b27a9da0 <Field_num::get_equal_zerofill_const_item(THD*, Value_source::Context const&, Item*)::__PRETTY_FUNCTION__> "Item* Field_num::get_equal_zerofill_const_item(THD*, const Value_source::Context&, Item*)") at assert.c:101
|
#8 0x00005570b1d8f972 in Field_num::get_equal_zerofill_const_item (this=0x7f49f4035898, thd=0x7f49f4000b00, ctx=..., const_item=0x7f49f4019898) at /home/alice/git/10.4/sql/field.cc:1417
|
#9 0x00005570b1db4cff in Field_num::get_equal_const_item (this=0x7f49f4035898, thd=0x7f49f4000b00, ctx=..., const_item=0x7f49f4019898) at /home/alice/git/10.4/sql/field.h:1674
|
#10 0x00005570b1b3b83c in check_simple_equality (thd=0x7f49f4000b00, ctx=..., left_item=0x7f49f4015ae8, right_item=0x7f49f4019898, cond_equal=0x7f4a3db6e540) at /home/alice/git/10.4/sql/sql_select.cc:13682
|
#11 0x00005570b1c95cde in and_new_conditions_to_optimized_cond (thd=0x7f49f4000b00, cond=0x0, cond_eq=0x7f49f4018028, new_conds=..., cond_value=0x7f49f4017f00) at /home/alice/git/10.4/sql/opt_subselect.cc:5493
|
#12 0x00005570b1b19e46 in JOIN::optimize_inner (this=0x7f49f4017bf0) at /home/alice/git/10.4/sql/sql_select.cc:1708
|
#13 0x00005570b1b18f33 in JOIN::optimize (this=0x7f49f4017bf0) at /home/alice/git/10.4/sql/sql_select.cc:1448
|
#14 0x00005570b1b22e43 in mysql_select (thd=0x7f49f4000b00, tables=0x7f49f4015478, wild_num=0, fields=..., conds=0x7f49f40170f0, og_num=0, order=0x0, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608, result=0x7f49f4017bd0, unit=0x7f49f40049a8, select_lex=0x7f49f4014f68) at /home/alice/git/10.4/sql/sql_select.cc:4261
|
#15 0x00005570b1b149d6 in handle_select (thd=0x7f49f4000b00, lex=0x7f49f40048e0, result=0x7f49f4017bd0, setup_tables_done_option=0) at /home/alice/git/10.4/sql/sql_select.cc:382
|
#16 0x00005570b1adf315 in execute_sqlcom_select (thd=0x7f49f4000b00, all_tables=0x7f49f4015478) at /home/alice/git/10.4/sql/sql_parse.cc:6545
|
#17 0x00005570b1ad576e in mysql_execute_command (thd=0x7f49f4000b00) at /home/alice/git/10.4/sql/sql_parse.cc:3768
|
#18 0x00005570b1ae304d in mysql_parse (thd=0x7f49f4000b00, rawbuf=0x7f49f4014e88 "SELECT 1 FROM t2 WHERE t2.id IN (SELECT MIN(t1.id) from t1)", length=59, parser_state=0x7f4a3db6f5f0, is_com_multi=false, is_next_command=false) at /home/alice/git/10.4/sql/sql_parse.cc:8063
|
#19 0x00005570b1ad01d0 in dispatch_command (command=COM_QUERY, thd=0x7f49f4000b00, packet=0x7f49f412e0d1 "SELECT 1 FROM t2 WHERE t2.id IN (SELECT MIN(t1.id) from t1)", packet_length=59, is_com_multi=false, is_next_command=false) at /home/alice/git/10.4/sql/sql_parse.cc:1847
|
#20 0x00005570b1acebed in do_command (thd=0x7f49f4000b00) at /home/alice/git/10.4/sql/sql_parse.cc:1392
|
#21 0x00005570b1c35613 in do_handle_one_connection (connect=0x5570b4b5fe30) at /home/alice/git/10.4/sql/sql_connect.cc:1402
|
#22 0x00005570b1c35364 in handle_one_connection (arg=0x5570b4b5fe30) at /home/alice/git/10.4/sql/sql_connect.cc:1308
|
#23 0x00005570b2512baa in pfs_spawn_thread (arg=0x5570b4b67f20) at /home/alice/git/10.4/storage/perfschema/pfs.cc:1862
|
#24 0x00007f4a443696ba in start_thread (arg=0x7f4a3db70700) at pthread_create.c:333
|
#25 0x00007f4a437fe41d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
|
|
{"report":{"fcp":956.3999998569489,"ttfb":378.59999990463257,"pageVisibility":"visible","entityId":68626,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"6e91a808-3fa5-4d14-84a6-f79bdad588d2","navigationType":0,"readyForUser":1048.0999999046326,"redirectCount":0,"resourceLoadedEnd":835.8999998569489,"resourceLoadedStart":384.2999999523163,"resourceTiming":[{"duration":56.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":384.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":384.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":440.89999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":56.60000014305115,"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":384.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":384.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":441.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":97.70000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":384.7999999523163,"connectEnd":384.7999999523163,"connectStart":384.7999999523163,"domainLookupEnd":384.7999999523163,"domainLookupStart":384.7999999523163,"fetchStart":384.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":443.5,"responseEnd":482.5,"responseStart":455.39999985694885,"secureConnectionStart":384.7999999523163},{"duration":108.79999995231628,"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":385,"connectEnd":385,"connectStart":385,"domainLookupEnd":385,"domainLookupStart":385,"fetchStart":385,"redirectEnd":0,"redirectStart":0,"requestStart":444,"responseEnd":493.7999999523163,"responseStart":457.09999990463257,"secureConnectionStart":385},{"duration":84.69999980926514,"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":385.2000000476837,"connectEnd":385.2000000476837,"connectStart":385.2000000476837,"domainLookupEnd":385.2000000476837,"domainLookupStart":385.2000000476837,"fetchStart":385.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":446.89999985694885,"responseEnd":469.89999985694885,"responseStart":469.09999990463257,"secureConnectionStart":385.2000000476837},{"duration":83.5,"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":385.39999985694885,"connectEnd":385.39999985694885,"connectStart":385.39999985694885,"domainLookupEnd":385.39999985694885,"domainLookupStart":385.39999985694885,"fetchStart":385.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":447,"responseEnd":468.89999985694885,"responseStart":468.2999999523163,"secureConnectionStart":385.39999985694885},{"duration":85.20000004768372,"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":385.5,"connectEnd":385.5,"connectStart":385.5,"domainLookupEnd":385.5,"domainLookupStart":385.5,"fetchStart":385.5,"redirectEnd":0,"redirectStart":0,"requestStart":447.5,"responseEnd":470.7000000476837,"responseStart":469.89999985694885,"secureConnectionStart":385.5},{"duration":61.19999980926514,"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":385.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":385.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":446.89999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":80.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":385.7999999523163,"connectEnd":385.7999999523163,"connectStart":385.7999999523163,"domainLookupEnd":385.7999999523163,"domainLookupStart":385.7999999523163,"fetchStart":385.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":449.7000000476837,"responseEnd":466.39999985694885,"responseStart":465.39999985694885,"secureConnectionStart":385.7999999523163},{"duration":62.39999985694885,"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":386,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":386,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":448.39999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":81.79999995231628,"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":386.2000000476837,"connectEnd":386.2000000476837,"connectStart":386.2000000476837,"domainLookupEnd":386.2000000476837,"domainLookupStart":386.2000000476837,"fetchStart":386.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":450.09999990463257,"responseEnd":468,"responseStart":466.5,"secureConnectionStart":386.2000000476837},{"duration":438.90000009536743,"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":396.59999990463257,"connectEnd":396.59999990463257,"connectStart":396.59999990463257,"domainLookupEnd":396.59999990463257,"domainLookupStart":396.59999990463257,"fetchStart":396.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":770.8999998569489,"responseEnd":835.5,"responseStart":830.3999998569489,"secureConnectionStart":396.59999990463257},{"duration":431.89999985694885,"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":404,"connectEnd":404,"connectStart":404,"domainLookupEnd":404,"domainLookupStart":404,"fetchStart":404,"redirectEnd":0,"redirectStart":0,"requestStart":771.0999999046326,"responseEnd":835.8999998569489,"responseStart":831.2999999523163,"secureConnectionStart":404},{"duration":221.29999995231628,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":690.7999999523163,"connectEnd":690.7999999523163,"connectStart":690.7999999523163,"domainLookupEnd":690.7999999523163,"domainLookupStart":690.7999999523163,"fetchStart":690.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":856,"responseEnd":912.0999999046326,"responseStart":910.8999998569489,"secureConnectionStart":690.7999999523163}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":188,"responseStart":379,"responseEnd":404,"domLoading":382,"domInteractive":1150,"domContentLoadedEventStart":1150,"domContentLoadedEventEnd":1193,"domComplete":2856,"loadEventStart":2856,"loadEventEnd":2856,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1106.0999999046326},{"name":"bigPipe.sidebar-id.end","time":1107},{"name":"bigPipe.activity-panel-pipe-id.start","time":1107.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":1108.3999998569489},{"name":"activityTabFullyLoaded","time":1213.3999998569489}],"measures":[],"correlationId":"c4853557459498","effectiveType":"4g","downlink":9.2,"rtt":0,"serverDuration":124,"dbReadsTimeInMs":10,"dbConnsTimeInMs":17,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
The bug appears in DBUG_ASSERT(ctx.compare_type_handler()->cmp_type() != STRING_RESULT); call in Field_num::get_equal_zerofill_const_item() method.
(gdb) print ctx.compare_type_handler()->cmp_type()
$2 = STRING_RESULT
This means that cmp_type() should already be defined on this step. Field "t2.`id`" wasn't fixed and fix_fields() call is missing.
"t2.`id`" is a part of "t2.`id` = NULL" condition that was created in execute_degenerate_jtbm_semi_join() method. This method was created in
MDEV-12387as a result of refactoring of setup_jtbm_semi_joins() method.Comparing versions before and after
MDEV-12387changes it can be seen that fix_fields() call for the case when degenerated semi join is defined is missing. This call should be made just after the creation of equalities.