#18 0x0000556ef7357494 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14d278000d58, packet=packet@entry=0x14d27800b1d9 "DELETE FROM t WHERE c=0", packet_length=packet_length@entry=23, blocking=blocking@entry=true)at /test/11.5_dbg/sql/sql_class.h:254
#19 0x0000556ef73597e6 in do_command (thd=0x14d278000d58, blocking=blocking@entry=true) at /test/11.5_dbg/sql/sql_parse.cc:1406
#20 0x0000556ef74c2357 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x556efa3a9168, put_in_cache=put_in_cache@entry=true)at /test/11.5_dbg/sql/sql_connect.cc:1437
#21 0x0000556ef74c264c in handle_one_connection (arg=arg@entry=0x556efa3a9168)at /test/11.5_dbg/sql/sql_connect.cc:1339
#22 0x0000556ef7910bcc in pfs_spawn_thread (arg=0x556efa2f83b8)at /test/11.5_dbg/storage/perfschema/pfs.cc:2201
#23 0x000014d2c3a8f18a in start_thread (arg=<optimized out>)at ./nptl/pthread_create.c:444
#24 0x000014d2c3b1dbd0 in clone3 ()at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Roel Van de Paar
added a comment - - edited
--source include/have_innodb.inc
--source include/have_partition.inc
CREATE TABLE t (c INT ) ENGINE=InnoDB PARTITION BY LIST (c) (PARTITION p VALUES IN ( NULL ));
ALTER TABLE t ADD KEY (c);
DELETE FROM t WHERE c=0;
Leads to:
11.5.0 929c2e06aae47f2dabf51b843ac84911de95bc7f (Debug)
mariadbd: /test/11.5_dbg/include/my_bitmap.h:106: uint bitmap_is_set(const MY_BITMAP*, uint): Assertion `bit < map->n_bits' failed.
11.5.0 929c2e06aae47f2dabf51b843ac84911de95bc7f (Debug)
Core was generated by `/test/MD020324-mariadb-11.5.0-linux-x86_64-dbg/bin/mariadbd --no-defaults --max'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
[Current thread is 1 (LWP 2955146)]
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6)at ./nptl/pthread_kill.c:89
#3 0x000014d2c3a3c406 in __GI_raise (sig=sig@entry=6)at ../sysdeps/posix/raise.c:26
#4 0x000014d2c3a2287c in __GI_abort () at ./stdlib/abort.c:79
#5 0x000014d2c3a2279b in __assert_fail_base (fmt=0x14d2c3bb9f68 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x556ef824f909 "bit < map->n_bits", file=file@entry=0x556ef7f48348 "/test/11.5_dbg/include/my_bitmap.h", line=line@entry=106, function=function@entry=0x556ef7f512c8 "uint bitmap_is_set(const MY_BITMAP*, uint)") at ./assert/assert.c:92
#6 0x000014d2c3a33b86 in __assert_fail (assertion=0x556ef824f909 "bit < map->n_bits", file=0x556ef7f48348 "/test/11.5_dbg/include/my_bitmap.h", line=106, function=0x556ef7f512c8 "uint bitmap_is_set(const MY_BITMAP*, uint)")at ./assert/assert.c:101
#7 0x0000556ef790584f in bitmap_is_set (bit=4294967295, map=0x14d27802ce98)at /test/11.5_dbg/include/my_bitmap.h:106
#8 ha_partition::handle_ordered_index_scan (this=this@entry=0x14d27802b520, buf=0x14d27803edd8 "\377", reverse_order=reverse_order@entry=false)at /test/11.5_dbg/sql/ha_partition.cc:7914
#9 0x0000556ef7906dcd in ha_partition::multi_range_read_next (this=0x14d27802b520, range_info=0x14d2c008c898)at /test/11.5_dbg/sql/ha_partition.cc:6882
#10 0x0000556ef7230bb5 in QUICK_RANGE_SELECT::get_next (this=0x14d27807dd50)at /test/11.5_dbg/sql/opt_range.cc:13194
#11 0x0000556ef7265680 in rr_quick (info=0x14d2c008ca50)at /test/11.5_dbg/sql/records.cc:402
#12 0x0000556ef72fb388 in READ_RECORD::read_record (this=0x14d2c008ca50)at /test/11.5_dbg/sql/records.h:81
#13 Sql_cmd_delete::delete_from_single_table (this=this@entry=0x14d27801a118, thd=thd@entry=0x14d278000d58) at /test/11.5_dbg/sql/sql_delete.cc:799
#14 0x0000556ef72fc325 in Sql_cmd_delete::execute_inner (this=0x14d27801a118, thd=0x14d278000d58) at /test/11.5_dbg/sql/sql_delete.cc:1810
#15 0x0000556ef7393a27 in Sql_cmd_dml::execute (this=0x14d27801a118, thd=0x14d278000d58) at /test/11.5_dbg/sql/sql_select.cc:33586
#16 0x0000556ef734fda6 in mysql_execute_command (thd=thd@entry=0x14d278000d58, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false)at /test/11.5_dbg/sql/sql_parse.cc:4392
#17 0x0000556ef73550d1 in mysql_parse (thd=thd@entry=0x14d278000d58, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14d2c008d260)at /test/11.5_dbg/sql/sql_parse.cc:7815
#18 0x0000556ef7357494 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14d278000d58, packet=packet@entry=0x14d27800b1d9 "DELETE FROM t WHERE c=0", packet_length=packet_length@entry=23, blocking=blocking@entry=true)at /test/11.5_dbg/sql/sql_class.h:254
#19 0x0000556ef73597e6 in do_command (thd=0x14d278000d58, blocking=blocking@entry=true) at /test/11.5_dbg/sql/sql_parse.cc:1406
#20 0x0000556ef74c2357 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x556efa3a9168, put_in_cache=put_in_cache@entry=true)at /test/11.5_dbg/sql/sql_connect.cc:1437
#21 0x0000556ef74c264c in handle_one_connection (arg=arg@entry=0x556efa3a9168)at /test/11.5_dbg/sql/sql_connect.cc:1339
#22 0x0000556ef7910bcc in pfs_spawn_thread (arg=0x556efa2f83b8)at /test/11.5_dbg/storage/perfschema/pfs.cc:2201
#23 0x000014d2c3a8f18a in start_thread (arg=<optimized out>)at ./nptl/pthread_create.c:444
#24 0x000014d2c3b1dbd0 in clone3 ()at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
People
Sergei Golubchik
Alice Sherepa
Votes:
0Vote for this issue
Watchers:
4Start watching this issue
Dates
Created:
Updated:
Git Integration
Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.
{"report":{"fcp":840.2000000476837,"ttfb":213.40000009536743,"pageVisibility":"visible","entityId":124073,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":32,"apdex":1,"journeyId":"92c1208a-7922-4e27-a7f9-0f8d4a5d61ad","navigationType":0,"readyForUser":914.7999999523163,"redirectCount":0,"resourceLoadedEnd":666.5,"resourceLoadedStart":220.90000009536743,"resourceTiming":[{"duration":98.09999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":220.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":220.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":319,"responseStart":0,"secureConnectionStart":0},{"duration":98.29999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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","startTime":221.10000014305115,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":221.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":319.40000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":181,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":221.20000004768372,"connectEnd":221.20000004768372,"connectStart":221.20000004768372,"domainLookupEnd":221.20000004768372,"domainLookupStart":221.20000004768372,"fetchStart":221.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":322.2999999523163,"responseEnd":402.2000000476837,"responseStart":335.40000009536743,"secureConnectionStart":221.20000004768372},{"duration":211.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/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","startTime":221.29999995231628,"connectEnd":221.29999995231628,"connectStart":221.29999995231628,"domainLookupEnd":221.29999995231628,"domainLookupStart":221.29999995231628,"fetchStart":221.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":323.10000014305115,"responseEnd":432.7999999523163,"responseStart":339,"secureConnectionStart":221.29999995231628},{"duration":116.39999985694885,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":221.40000009536743,"connectEnd":221.40000009536743,"connectStart":221.40000009536743,"domainLookupEnd":221.40000009536743,"domainLookupStart":221.40000009536743,"fetchStart":221.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":324.2999999523163,"responseEnd":337.7999999523163,"responseStart":337.2999999523163,"secureConnectionStart":221.40000009536743},{"duration":130.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":221.40000009536743,"connectEnd":221.40000009536743,"connectStart":221.40000009536743,"domainLookupEnd":221.40000009536743,"domainLookupStart":221.40000009536743,"fetchStart":221.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":327,"responseEnd":352.2000000476837,"responseStart":351.7000000476837,"secureConnectionStart":221.40000009536743},{"duration":130,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":221.60000014305115,"connectEnd":221.60000014305115,"connectStart":221.60000014305115,"domainLookupEnd":221.60000014305115,"domainLookupStart":221.60000014305115,"fetchStart":221.60000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":327.60000014305115,"responseEnd":351.60000014305115,"responseStart":350.90000009536743,"secureConnectionStart":221.60000014305115},{"duration":105.20000004768372,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":221.70000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":221.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":326.90000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":106.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/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":221.79999995231628,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":221.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":328.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":136.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":221.79999995231628,"connectEnd":221.79999995231628,"connectStart":221.79999995231628,"domainLookupEnd":221.79999995231628,"domainLookupStart":221.79999995231628,"fetchStart":221.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":328.7999999523163,"responseEnd":358.2000000476837,"responseStart":357.5,"secureConnectionStart":221.79999995231628},{"duration":125.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/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":222,"connectEnd":331.60000014305115,"connectStart":331.60000014305115,"domainLookupEnd":331.60000014305115,"domainLookupStart":331.60000014305115,"fetchStart":222,"redirectEnd":0,"redirectStart":0,"requestStart":331.7999999523163,"responseEnd":347.7999999523163,"responseStart":343.90000009536743,"secureConnectionStart":331.60000014305115},{"duration":432.89999985694885,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":233.60000014305115,"connectEnd":233.60000014305115,"connectStart":233.60000014305115,"domainLookupEnd":233.60000014305115,"domainLookupStart":233.60000014305115,"fetchStart":233.60000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":448.7000000476837,"responseEnd":666.5,"responseStart":661.5,"secureConnectionStart":233.60000014305115},{"duration":425.7000000476837,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":240.5,"connectEnd":240.5,"connectStart":240.5,"domainLookupEnd":240.5,"domainLookupStart":240.5,"fetchStart":240.5,"redirectEnd":0,"redirectStart":0,"requestStart":593.4000000953674,"responseEnd":666.2000000476837,"responseStart":661,"secureConnectionStart":240.5},{"duration":205.5,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":594,"connectEnd":594,"connectStart":594,"domainLookupEnd":594,"domainLookupStart":594,"fetchStart":594,"redirectEnd":0,"redirectStart":0,"requestStart":767.2000000476837,"responseEnd":799.5,"responseStart":799,"secureConnectionStart":594},{"duration":66.09999990463257,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":816.6000001430511,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":816.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":882.7000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":174.60000014305115,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":843.7999999523163,"connectEnd":843.7999999523163,"connectStart":843.7999999523163,"domainLookupEnd":843.7999999523163,"domainLookupStart":843.7999999523163,"fetchStart":843.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":985.4000000953674,"responseEnd":1018.4000000953674,"responseStart":1017.2000000476837,"secureConnectionStart":843.7999999523163}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":78,"responseStart":213,"responseEnd":240,"domLoading":217,"domInteractive":981,"domContentLoadedEventStart":981,"domContentLoadedEventEnd":1026,"domComplete":1553,"loadEventStart":1553,"loadEventEnd":1554,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":954.2999999523163},{"name":"bigPipe.sidebar-id.end","time":955},{"name":"bigPipe.activity-panel-pipe-id.start","time":955.1000001430511},{"name":"bigPipe.activity-panel-pipe-id.end","time":957.2000000476837},{"name":"activityTabFullyLoaded","time":1039.7999999523163}],"measures":[],"correlationId":"36224673299c5a","effectiveType":"4g","downlink":9,"rtt":0,"serverDuration":72,"dbReadsTimeInMs":11,"dbConnsTimeInMs":18,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
--source include/have_innodb.inc
--source include/have_partition.inc
Leads to:
11.5.0 929c2e06aae47f2dabf51b843ac84911de95bc7f (Debug)
mariadbd: /test/11.5_dbg/include/my_bitmap.h:106: uint bitmap_is_set(const MY_BITMAP*, uint): Assertion `bit < map->n_bits' failed.
11.5.0 929c2e06aae47f2dabf51b843ac84911de95bc7f (Debug)
Core was generated by `/test/MD020324-mariadb-11.5.0-linux-x86_64-dbg/bin/mariadbd --no-defaults --max'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
[Current thread is 1 (LWP 2955146)]
(gdb) bt
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:44
#1 __pthread_kill_internal (signo=6, threadid=<optimized out>)at ./nptl/pthread_kill.c:78
#2 __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6)at ./nptl/pthread_kill.c:89
#3 0x000014d2c3a3c406 in __GI_raise (sig=sig@entry=6)at ../sysdeps/posix/raise.c:26
#4 0x000014d2c3a2287c in __GI_abort () at ./stdlib/abort.c:79
#5 0x000014d2c3a2279b in __assert_fail_base (fmt=0x14d2c3bb9f68 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x556ef824f909 "bit < map->n_bits", file=file@entry=0x556ef7f48348 "/test/11.5_dbg/include/my_bitmap.h", line=line@entry=106, function=function@entry=0x556ef7f512c8 "uint bitmap_is_set(const MY_BITMAP*, uint)") at ./assert/assert.c:92
#6 0x000014d2c3a33b86 in __assert_fail (assertion=0x556ef824f909 "bit < map->n_bits", file=0x556ef7f48348 "/test/11.5_dbg/include/my_bitmap.h", line=106, function=0x556ef7f512c8 "uint bitmap_is_set(const MY_BITMAP*, uint)")at ./assert/assert.c:101
#7 0x0000556ef790584f in bitmap_is_set (bit=4294967295, map=0x14d27802ce98)at /test/11.5_dbg/include/my_bitmap.h:106
#8 ha_partition::handle_ordered_index_scan (this=this@entry=0x14d27802b520, buf=0x14d27803edd8 "\377", reverse_order=reverse_order@entry=false)at /test/11.5_dbg/sql/ha_partition.cc:7914
#9 0x0000556ef7906dcd in ha_partition::multi_range_read_next (this=0x14d27802b520, range_info=0x14d2c008c898)at /test/11.5_dbg/sql/ha_partition.cc:6882
#10 0x0000556ef7230bb5 in QUICK_RANGE_SELECT::get_next (this=0x14d27807dd50)at /test/11.5_dbg/sql/opt_range.cc:13194
#11 0x0000556ef7265680 in rr_quick (info=0x14d2c008ca50)at /test/11.5_dbg/sql/records.cc:402
#12 0x0000556ef72fb388 in READ_RECORD::read_record (this=0x14d2c008ca50)at /test/11.5_dbg/sql/records.h:81
#13 Sql_cmd_delete::delete_from_single_table (this=this@entry=0x14d27801a118, thd=thd@entry=0x14d278000d58) at /test/11.5_dbg/sql/sql_delete.cc:799
#14 0x0000556ef72fc325 in Sql_cmd_delete::execute_inner (this=0x14d27801a118, thd=0x14d278000d58) at /test/11.5_dbg/sql/sql_delete.cc:1810
#15 0x0000556ef7393a27 in Sql_cmd_dml::execute (this=0x14d27801a118, thd=0x14d278000d58) at /test/11.5_dbg/sql/sql_select.cc:33586
#16 0x0000556ef734fda6 in mysql_execute_command (thd=thd@entry=0x14d278000d58, is_called_from_prepared_stmt=is_called_from_prepared_stmt@entry=false)at /test/11.5_dbg/sql/sql_parse.cc:4392
#17 0x0000556ef73550d1 in mysql_parse (thd=thd@entry=0x14d278000d58, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14d2c008d260)at /test/11.5_dbg/sql/sql_parse.cc:7815
#18 0x0000556ef7357494 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14d278000d58, packet=packet@entry=0x14d27800b1d9 "DELETE FROM t WHERE c=0", packet_length=packet_length@entry=23, blocking=blocking@entry=true)at /test/11.5_dbg/sql/sql_class.h:254
#19 0x0000556ef73597e6 in do_command (thd=0x14d278000d58, blocking=blocking@entry=true) at /test/11.5_dbg/sql/sql_parse.cc:1406
#20 0x0000556ef74c2357 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x556efa3a9168, put_in_cache=put_in_cache@entry=true)at /test/11.5_dbg/sql/sql_connect.cc:1437
#21 0x0000556ef74c264c in handle_one_connection (arg=arg@entry=0x556efa3a9168)at /test/11.5_dbg/sql/sql_connect.cc:1339
#22 0x0000556ef7910bcc in pfs_spawn_thread (arg=0x556efa2f83b8)at /test/11.5_dbg/storage/perfschema/pfs.cc:2201
#23 0x000014d2c3a8f18a in start_thread (arg=<optimized out>)at ./nptl/pthread_create.c:444
#24 0x000014d2c3b1dbd0 in clone3 ()at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81