CREATE TABLE t1 (b1 BIT, b2 BIT, b3 BIT, b4 BIT , b5 BIT, b6 BIT);
|
INSERT INTO t1 VALUES (1,0,0,1,0,1),(0,1,0,0,1,0);
|
|
SELECT b1
|
from t1
|
order by row_number() over (ORDER BY b6) + 1;
|
|
# Cleanup
|
DROP TABLE t1;
|
#0 0x0000555555a5124a in Field::set_notnull (this=0x0, row_offset=0)
|
at /home/vicentiu/Workspace/MariaDB/sql/field.h:1137
|
#1 0x0000555555d9cfb5 in Item::save_in_field (this=0x7fffd4013348, field=0x0, no_conversions=true)
|
at /home/vicentiu/Workspace/MariaDB/sql/item.cc:6441
|
#2 0x0000555555ccba48 in save_window_function_values (window_functions=..., tbl=0x7fffd402d168,
|
rowid_buf=0x7fffd4006c50 "P7\003\324\377\177") at /home/vicentiu/Workspace/MariaDB/sql/sql_window.cc:2517
|
#3 0x0000555555ccbe7f in compute_window_func (thd=0x7fffd4000d60, window_functions=..., cursor_managers=...,
|
tbl=0x7fffd402d168, filesort_result=0x7fffd404d0e0) at /home/vicentiu/Workspace/MariaDB/sql/sql_window.cc:2636
|
#4 0x0000555555ccc238 in Window_func_runner::exec (this=0x7fffd4015be0, thd=0x7fffd4000d60, tbl=0x7fffd402d168,
|
filesort_result=0x7fffd404d0e0) at /home/vicentiu/Workspace/MariaDB/sql/sql_window.cc:2742
|
#5 0x0000555555ccc351 in Window_funcs_sort::exec (this=0x7fffd4015bd8, join=0x7fffd40136d0)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_window.cc:2767
|
#6 0x0000555555ccc817 in Window_funcs_computation::exec (this=0x7fffd4015bb8, join=0x7fffd40136d0)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_window.cc:2886
|
#7 0x0000555555b8c8e0 in AGGR_OP::end_send (this=0x7fffd4015860)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:26530
|
#8 0x0000555555b77b65 in sub_select_postjoin_aggr (join=0x7fffd40136d0, join_tab=0x7fffd4014b38, end_of_records=true)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:18369
|
#9 0x0000555555b77e94 in sub_select (join=0x7fffd40136d0, join_tab=0x7fffd4014788, end_of_records=true)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:18605
|
#10 0x0000555555b7769d in do_select (join=0x7fffd40136d0, procedure=0x0)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:18200
|
#11 0x0000555555b5226a in JOIN::exec_inner (this=0x7fffd40136d0)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:3530
|
#12 0x0000555555b51718 in JOIN::exec (this=0x7fffd40136d0) at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:3325
|
#13 0x0000555555b528dc in mysql_select (thd=0x7fffd4000d60, tables=0x7fffd4012a20, wild_num=0, fields=..., conds=0x0,
|
og_num=1, order=0x7fffd4013590, group=0x0, having=0x0, proc_param=0x0, select_options=2147748608,
|
result=0x7fffd40136b0, unit=0x7fffd4004900, select_lex=0x7fffd4005038)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:3725
|
#14 0x0000555555b47110 in handle_select (thd=0x7fffd4000d60, lex=0x7fffd4004838, result=0x7fffd40136b0,
|
setup_tables_done_option=0) at /home/vicentiu/Workspace/MariaDB/sql/sql_select.cc:361
|
#15 0x0000555555b13221 in execute_sqlcom_select (thd=0x7fffd4000d60, all_tables=0x7fffd4012a20)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_parse.cc:6459
|
#16 0x0000555555b08ee9 in mysql_execute_command (thd=0x7fffd4000d60)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_parse.cc:3463
|
#17 0x0000555555b16bd1 in mysql_parse (thd=0x7fffd4000d60,
|
rawbuf=0x7fffd40127e8 "SELECT b1\nfrom t1\norder by row_number() over (ORDER BY b6) + 1", length=62,
|
parser_state=0x7fffeb582170, is_com_multi=false, is_next_command=false)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_parse.cc:7900
|
#18 0x0000555555b04819 in dispatch_command (command=COM_QUERY, thd=0x7fffd4000d60, packet=0x7fffd4008ba1 "",
|
packet_length=62, is_com_multi=false, is_next_command=false)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_parse.cc:1804
|
#19 0x0000555555b031b2 in do_command (thd=0x7fffd4000d60) at /home/vicentiu/Workspace/MariaDB/sql/sql_parse.cc:1359
|
#20 0x0000555555c4fbd8 in do_handle_one_connection (connect=0x555557bea3f0)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_connect.cc:1335
|
#21 0x0000555555c4f958 in handle_one_connection (arg=0x555557bea3f0)
|
at /home/vicentiu/Workspace/MariaDB/sql/sql_connect.cc:1241
|
#22 0x000055555648a035 in pfs_spawn_thread (arg=0x555557bf2e60)
|
at /home/vicentiu/Workspace/MariaDB/storage/perfschema/pfs.cc:1863
|
#23 0x00007ffff7bc108a in start_thread () from /usr/lib/libpthread.so.0
|
#24 0x00007ffff5ac542f in clone () from /usr/lib/libc.so.6
|
|
{"report":{"fcp":1371.5,"ttfb":542.9000000953674,"pageVisibility":"visible","entityId":65020,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"72819d9a-de55-4ba5-9b57-74533dc8e810","navigationType":0,"readyForUser":1490.1000001430511,"redirectCount":0,"resourceLoadedEnd":1598.5,"resourceLoadedStart":554.4000000953674,"resourceTiming":[{"duration":230.79999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":554.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":554.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":785.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":231.19999980926514,"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":554.6000001430511,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":554.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":785.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":313,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":554.7999999523163,"connectEnd":554.7999999523163,"connectStart":554.7999999523163,"domainLookupEnd":554.7999999523163,"domainLookupStart":554.7999999523163,"fetchStart":554.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":554.7999999523163,"responseEnd":867.7999999523163,"responseStart":867.7999999523163,"secureConnectionStart":554.7999999523163},{"duration":444.59999990463257,"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":555.1000001430511,"connectEnd":555.1000001430511,"connectStart":555.1000001430511,"domainLookupEnd":555.1000001430511,"domainLookupStart":555.1000001430511,"fetchStart":555.1000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":555.1000001430511,"responseEnd":999.7000000476837,"responseStart":999.7000000476837,"secureConnectionStart":555.1000001430511},{"duration":448.60000014305115,"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":555.2999999523163,"connectEnd":555.2999999523163,"connectStart":555.2999999523163,"domainLookupEnd":555.2999999523163,"domainLookupStart":555.2999999523163,"fetchStart":555.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":555.2999999523163,"responseEnd":1003.9000000953674,"responseStart":1003.9000000953674,"secureConnectionStart":555.2999999523163},{"duration":449.10000014305115,"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":555.5,"connectEnd":555.5,"connectStart":555.5,"domainLookupEnd":555.5,"domainLookupStart":555.5,"fetchStart":555.5,"redirectEnd":0,"redirectStart":0,"requestStart":555.5,"responseEnd":1004.6000001430511,"responseStart":1004.6000001430511,"secureConnectionStart":555.5},{"duration":449.39999985694885,"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":555.6000001430511,"connectEnd":555.6000001430511,"connectStart":555.6000001430511,"domainLookupEnd":555.6000001430511,"domainLookupStart":555.6000001430511,"fetchStart":555.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":555.6000001430511,"responseEnd":1005,"responseStart":1005,"secureConnectionStart":555.6000001430511},{"duration":460.7000000476837,"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":555.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":555.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1016.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":449.7999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":555.9000000953674,"connectEnd":555.9000000953674,"connectStart":555.9000000953674,"domainLookupEnd":555.9000000953674,"domainLookupStart":555.9000000953674,"fetchStart":555.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":555.9000000953674,"responseEnd":1005.7000000476837,"responseStart":1005.7000000476837,"secureConnectionStart":555.9000000953674},{"duration":460.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":556.1000001430511,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":556.1000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1016.5,"responseStart":0,"secureConnectionStart":0},{"duration":450.40000009536743,"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":556.2000000476837,"connectEnd":556.2000000476837,"connectStart":556.2000000476837,"domainLookupEnd":556.2000000476837,"domainLookupStart":556.2000000476837,"fetchStart":556.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":556.2000000476837,"responseEnd":1006.6000001430511,"responseStart":1006.6000001430511,"secureConnectionStart":556.2000000476837},{"duration":659.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":557.5,"connectEnd":557.5,"connectStart":557.5,"domainLookupEnd":557.5,"domainLookupStart":557.5,"fetchStart":557.5,"redirectEnd":0,"redirectStart":0,"requestStart":557.5,"responseEnd":1217.2999999523163,"responseStart":1217.2999999523163,"secureConnectionStart":557.5},{"duration":1033.3999998569489,"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":561.9000000953674,"connectEnd":561.9000000953674,"connectStart":561.9000000953674,"domainLookupEnd":561.9000000953674,"domainLookupStart":561.9000000953674,"fetchStart":561.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":561.9000000953674,"responseEnd":1595.2999999523163,"responseStart":1595.2999999523163,"secureConnectionStart":561.9000000953674},{"duration":190.30000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":1029.7999999523163,"connectEnd":1029.7999999523163,"connectStart":1029.7999999523163,"domainLookupEnd":1029.7999999523163,"domainLookupStart":1029.7999999523163,"fetchStart":1029.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":1029.7999999523163,"responseEnd":1220.1000001430511,"responseStart":1220.1000001430511,"secureConnectionStart":1029.7999999523163},{"duration":291.89999985694885,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-jira.view.issue,-jira.navigator.kickass,-viewissue.standalone,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":1306.6000001430511,"connectEnd":1306.6000001430511,"connectStart":1306.6000001430511,"domainLookupEnd":1306.6000001430511,"domainLookupStart":1306.6000001430511,"fetchStart":1306.6000001430511,"redirectEnd":0,"redirectStart":0,"requestStart":1306.6000001430511,"responseEnd":1598.5,"responseStart":1598.5,"secureConnectionStart":1306.6000001430511},{"duration":276.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1362.9000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1362.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1639.4000000953674,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":360,"responseStart":543,"responseEnd":553,"domLoading":552,"domInteractive":1677,"domContentLoadedEventStart":1677,"domContentLoadedEventEnd":1731,"domComplete":2173,"loadEventStart":2173,"loadEventEnd":2174,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1645.7000000476837},{"name":"bigPipe.sidebar-id.end","time":1646.6000001430511},{"name":"bigPipe.activity-panel-pipe-id.start","time":1646.7999999523163},{"name":"bigPipe.activity-panel-pipe-id.end","time":1649.5},{"name":"activityTabFullyLoaded","time":1749.2000000476837}],"measures":[],"correlationId":"89f92ba2d5200f","effectiveType":"4g","downlink":9.5,"rtt":0,"serverDuration":116,"dbReadsTimeInMs":19,"dbConnsTimeInMs":29,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
on 10.3 fe3bf136b6 ( Item::save_real_in_field or Item::save_int_in_field) (just to make it searchable)
Thread 1 (Thread 0x7f70ba436700 (LWP 8345)):
#0 __pthread_kill (threadid=<optimized out>, signo=11) at ../sysdeps/unix/sysv/linux/pthread_kill.c:62
#1 0x0000562ca354df0f in my_write_core (sig=11) at /home/alice/git/10.3/mysys/stacktrace.c:481
#2 0x0000562ca2d3c951 in handle_fatal_signal (sig=11) at /home/alice/git/10.3/sql/signal_handler.cc:305
#3 <signal handler called>
#4 0x0000562ca29474d6 in Field::set_notnull (this=0x0, row_offset=0) at /home/alice/git/10.3/sql/field.h:1171
#5 0x0000562ca2d69540 in Item::save_real_in_field (this=0x7f706c184480, field=0x0, no_conversions=true) at /home/alice/git/10.3/sql/item.cc:6923
#6 0x0000562ca2c30bc6 in Type_handler_real_result::Item_save_in_field (this=0x562ca428ae30 <type_handler_double>, item=0x7f706c184480, field=0x0, no_conversions=true) at /home/alice/git/10.3/sql/sql_type.cc:2540
#7 0x0000562ca2d69715 in Item::save_in_field (this=0x7f706c184480, field=0x0, no_conversions=true) at /home/alice/git/10.3/sql/item.cc:6951
#8 0x0000562ca2c43a02 in save_window_function_values (window_functions=..., tbl=0x7f706c034b30, rowid_buf=0x7f706c14b478 "") at /home/alice/git/10.3/sql/sql_window.cc:2687
#9 0x0000562ca2c43e87 in compute_window_func (thd=0x7f706c000a98, window_functions=..., cursor_managers=..., tbl=0x7f706c034b30, filesort_result=0x7f706c049100) at /home/alice/git/10.3/sql/sql_window.cc:2813
#10 0x0000562ca2c4423c in Window_func_runner::exec (this=0x7f706c03b738, thd=0x7f706c000a98, tbl=0x7f706c034b30, filesort_result=0x7f706c049100) at /home/alice/git/10.3/sql/sql_window.cc:2919
#11 0x0000562ca2c44356 in Window_funcs_sort::exec (this=0x7f706c03b730, join=0x7f706c0304f0) at /home/alice/git/10.3/sql/sql_window.cc:2944
#12 0x0000562ca2c44853 in Window_funcs_computation::exec (this=0x7f706c03b6e0, join=0x7f706c0304f0) at /home/alice/git/10.3/sql/sql_window.cc:3063
#13 0x0000562ca2acd4e8 in AGGR_OP::end_send (this=0x7f706c037f80) at /home/alice/git/10.3/sql/sql_select.cc:27229
#14 0x0000562ca2ab79d6 in sub_select_postjoin_aggr (join=0x7f706c0304f0, join_tab=0x7f706c033e50, end_of_records=true) at /home/alice/git/10.3/sql/sql_select.cc:18959
#15 0x0000562ca2ab7d0f in sub_select (join=0x7f706c0304f0, join_tab=0x7f706c033aa0, end_of_records=true) at /home/alice/git/10.3/sql/sql_select.cc:19195
#16 0x0000562ca2ab74c4 in do_select (join=0x7f706c0304f0, procedure=0x0) at /home/alice/git/10.3/sql/sql_select.cc:18785
#17 0x0000562ca2a90796 in JOIN::exec_inner (this=0x7f706c0304f0) at /home/alice/git/10.3/sql/sql_select.cc:3996
#18 0x0000562ca2a8fc06 in JOIN::exec (this=0x7f706c0304f0) at /home/alice/git/10.3/sql/sql_select.cc:3790
#19 0x0000562ca2a90e71 in mysql_select (thd=0x7f706c000a98, tables=0x7f706c02f990, wild_num=0, fields=..., conds=0x0, og_num=2, order=0x7f706c071d60, group=0x0, having=0x0, proc_param=0x0, select_options=2147748609, result=0x7f706c0304a0, unit=0x7f706c004918, select_lex=0x7f706c0050b0) at /home/alice/git/10.3/sql/sql_select.cc:4195
#20 0x0000562ca2a82e9a in handle_select (thd=0x7f706c000a98, lex=0x7f706c004850, result=0x7f706c0304a0, setup_tables_done_option=0) at /home/alice/git/10.3/sql/sql_select.cc:382
#21 0x0000562ca2a4ceca in execute_sqlcom_select (thd=0x7f706c000a98, all_tables=0x7f706c02f990) at /home/alice/git/10.3/sql/sql_parse.cc:6545
#22 0x0000562ca2a43190 in mysql_execute_command (thd=0x7f706c000a98) at /home/alice/git/10.3/sql/sql_parse.cc:3768
#23 0x0000562ca2a50bac in mysql_parse (thd=0x7f706c000a98, rawbuf=0x7f706c121530 "SELECT DISTINCT SUM(`col_int_nokey` % `col_datetime_nokey`) OVER () AS field1,\nAVG(@A := 'urndgqbngekmygyibbotkbxpuernkfpxuwvyptiaagfbkfbpjqumratns') OVER () AS field2,\nGROUP_CONCAT(CHARSET(`col_date_"..., length=1629, parser_state=0x7f70ba4355d0, is_com_multi=false, is_next_command=false) at /home/alice/git/10.3/sql/sql_parse.cc:8019
#24 0x0000562ca2a3db8f in dispatch_command (command=COM_QUERY, thd=0x7f706c000a98, packet=0x7f706c00a589 "", packet_length=1629, is_com_multi=false, is_next_command=false) at /home/alice/git/10.3/sql/sql_parse.cc:1846
#25 0x0000562ca2a3c5ac in do_command (thd=0x7f706c000a98) at /home/alice/git/10.3/sql/sql_parse.cc:1391
#26 0x0000562ca2ba709b in do_handle_one_connection (connect=0x562ca5723688) at /home/alice/git/10.3/sql/sql_connect.cc:1402
#27 0x0000562ca2ba6dec in handle_one_connection (arg=0x562ca5723688) at /home/alice/git/10.3/sql/sql_connect.cc:1308
#28 0x0000562ca34cfeb0 in pfs_spawn_thread (arg=0x562ca57cae28) at /home/alice/git/10.3/storage/perfschema/pfs.cc:1862
#29 0x00007f70c0c2f6ba in start_thread (arg=0x7f70ba436700) at pthread_create.c:333
#30 0x00007f70c00c441d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109