SET GLOBAL wsrep_ignore_apply_errors=1;
|
CREATE TABLE t1 (a CHAR(1));
|
CREATE TABLE t1 (a CHAR(1));
|
SHOW PROCEDURE STATUS WHERE db = 'test';
|
SET GLOBAL read_only=1;
|
Leads to:
10.6.0 8751aa7397b2e698fa0b46ec3e60abb9e2fd7e1b (Debug)
|
mysqld: /test/10.6_dbg/wsrep-lib/src/server_state.cpp:580: void wsrep::server_state::resume(): Assertion `pause_seqno_.is_undefined() == false' failed.
|
10.6.0 8751aa7397b2e698fa0b46ec3e60abb9e2fd7e1b (Debug)
|
Core was generated by `/test/GAL_MD200421-mariadb-10.6.0-linux-x86_64-dbg/bin/mysqld --defaults-file=/'.
|
Program terminated with signal SIGABRT, Aborted.
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6)
|
at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
|
[Current thread is 1 (Thread 0x1540b8ca7700 (LWP 2549921))]
|
(gdb) bt
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
|
#1 0x000055edfd62b70f in my_write_core (sig=sig@entry=6) at /test/10.6_dbg/mysys/stacktrace.c:424
|
#2 0x000055edfcdc0c86 in handle_fatal_signal (sig=6) at /test/10.6_dbg/sql/signal_handler.cc:343
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
|
#5 0x00001540caf91859 in __GI_abort () at abort.c:79
|
#6 0x00001540caf91729 in __assert_fail_base (fmt=0x1540cb127588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55edfdd22b28 "pause_seqno_.is_undefined() == false", file=0x55edfdd226a0 "/test/10.6_dbg/wsrep-lib/src/server_state.cpp", line=580, function=<optimized out>) at assert.c:92
|
#7 0x00001540cafa2f36 in __GI___assert_fail (assertion=assertion@entry=0x55edfdd22b28 "pause_seqno_.is_undefined() == false", file=file@entry=0x55edfdd226a0 "/test/10.6_dbg/wsrep-lib/src/server_state.cpp", line=line@entry=580, function=function@entry=0x55edfdd22b00 "void wsrep::server_state::resume()") at assert.c:101
|
#8 0x000055edfd74b2af in wsrep::server_state::resume (this=this@entry=0x55edff5f79d0) at /test/10.6_dbg/wsrep-lib/src/server_state.cpp:582
|
#9 0x000055edfcf3bf41 in Global_read_lock::unlock_global_read_lock (this=this@entry=0x154058004710, thd=thd@entry=0x154058000db8) at /test/10.6_dbg/sql/lock.cc:1136
|
#10 0x000055edfcc71773 in fix_read_only (self=<optimized out>, thd=0x154058000db8, type=<optimized out>) at /test/10.6_dbg/sql/sys_vars.cc:2881
|
#11 0x000055edfca00638 in sys_var::update (this=0x55edfe0fb540 <Sys_readonly>, thd=0x154058000db8, var=0x154058013cf8) at /test/10.6_dbg/sql/set_var.cc:207
|
#12 0x000055edfca00b4f in set_var::update (this=<optimized out>, thd=<optimized out>) at /test/10.6_dbg/sql/set_var.cc:859
|
#13 0x000055edfca01ec0 in sql_set_variables (thd=thd@entry=0x154058000db8, var_list=var_list@entry=0x154058005ec0, free=free@entry=true) at /test/10.6_dbg/sql/set_var.cc:746
|
#14 0x000055edfcb0123c in mysql_execute_command (thd=thd@entry=0x154058000db8) at /test/10.6_dbg/sql/sql_parse.cc:5030
|
#15 0x000055edfcaea3b8 in mysql_parse (thd=thd@entry=0x154058000db8, rawbuf=rawbuf@entry=0x154058013bb0 "SET GLOBAL read_only=1", length=length@entry=22, parser_state=parser_state@entry=0x1540b8ca6410) at /test/10.6_dbg/sql/sql_parse.cc:8017
|
#16 0x000055edfcae9d51 in wsrep_mysql_parse (thd=thd@entry=0x154058000db8, rawbuf=0x154058013bb0 "SET GLOBAL read_only=1", length=22, parser_state=parser_state@entry=0x1540b8ca6410) at /test/10.6_dbg/sql/sql_parse.cc:7831
|
#17 0x000055edfcaf926b in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x154058000db8, packet=packet@entry=0x15405800b369 "SET GLOBAL read_only=1", packet_length=packet_length@entry=22, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_class.h:1331
|
#18 0x000055edfcafc653 in do_command (thd=0x154058000db8, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_parse.cc:1406
|
#19 0x000055edfcc5726d in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55edffbee238, put_in_cache=put_in_cache@entry=true) at /test/10.6_dbg/sql/sql_connect.cc:1410
|
#20 0x000055edfcc57875 in handle_one_connection (arg=arg@entry=0x55edffbee238) at /test/10.6_dbg/sql/sql_connect.cc:1312
|
#21 0x000055edfd1082f7 in pfs_spawn_thread (arg=0x55edffc535d8) at /test/10.6_dbg/storage/perfschema/pfs.cc:2201
|
#22 0x00001540cb49f609 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#23 0x00001540cb08e293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
Bug confirmed present in:
MariaDB: 10.5.10 (dbg), 10.6.0 (dbg)
Bug (or feature/syntax) confirmed not present in:
MariaDB: 10.2.38 (dbg), 10.3.29 (dbg), 10.4.19 (dbg)
{"report":{"fcp":1208.3000001907349,"ttfb":252,"pageVisibility":"visible","entityId":99319,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"d2112a41-249b-49d8-bad6-fe6cbabc6552","navigationType":0,"readyForUser":1325.1999998092651,"redirectCount":0,"resourceLoadedEnd":1077.3000001907349,"resourceLoadedStart":257.8999996185303,"resourceTiming":[{"duration":287.9000005722046,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":257.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":257.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":545.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":287.80000019073486,"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":258.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":258.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":546.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":297.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":258.5,"connectEnd":258.5,"connectStart":258.5,"domainLookupEnd":258.5,"domainLookupStart":258.5,"fetchStart":258.5,"redirectEnd":0,"redirectStart":0,"requestStart":258.5,"responseEnd":555.6000003814697,"responseStart":555.6000003814697,"secureConnectionStart":258.5},{"duration":350.9000005722046,"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":258.69999980926514,"connectEnd":258.69999980926514,"connectStart":258.69999980926514,"domainLookupEnd":258.69999980926514,"domainLookupStart":258.69999980926514,"fetchStart":258.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":258.69999980926514,"responseEnd":609.6000003814697,"responseStart":609.6000003814697,"secureConnectionStart":258.69999980926514},{"duration":370.3999996185303,"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":259,"connectEnd":259,"connectStart":259,"domainLookupEnd":259,"domainLookupStart":259,"fetchStart":259,"redirectEnd":0,"redirectStart":0,"requestStart":259,"responseEnd":629.3999996185303,"responseStart":629.3000001907349,"secureConnectionStart":259},{"duration":370.69999980926514,"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":259.1000003814697,"connectEnd":259.1000003814697,"connectStart":259.1000003814697,"domainLookupEnd":259.1000003814697,"domainLookupStart":259.1000003814697,"fetchStart":259.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":259.1000003814697,"responseEnd":629.8000001907349,"responseStart":629.8000001907349,"secureConnectionStart":259.1000003814697},{"duration":370.8999996185303,"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":259.30000019073486,"connectEnd":259.30000019073486,"connectStart":259.30000019073486,"domainLookupEnd":259.30000019073486,"domainLookupStart":259.30000019073486,"fetchStart":259.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":259.30000019073486,"responseEnd":630.1999998092651,"responseStart":630.1999998092651,"secureConnectionStart":259.30000019073486},{"duration":479,"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":259.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":259.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":738.5,"responseStart":0,"secureConnectionStart":0},{"duration":371.29999923706055,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":259.6000003814697,"connectEnd":259.6000003814697,"connectStart":259.6000003814697,"domainLookupEnd":259.6000003814697,"domainLookupStart":259.6000003814697,"fetchStart":259.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":259.6000003814697,"responseEnd":630.8999996185303,"responseStart":630.8999996185303,"secureConnectionStart":259.6000003814697},{"duration":478.80000019073486,"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":259.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":259.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":738.6000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":371.8999996185303,"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":260,"connectEnd":260,"connectStart":260,"domainLookupEnd":260,"domainLookupStart":260,"fetchStart":260,"redirectEnd":0,"redirectStart":0,"requestStart":260,"responseEnd":631.8999996185303,"responseStart":631.8999996185303,"secureConnectionStart":260},{"duration":549.1999998092651,"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":260.69999980926514,"connectEnd":260.69999980926514,"connectStart":260.69999980926514,"domainLookupEnd":260.69999980926514,"domainLookupStart":260.69999980926514,"fetchStart":260.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":260.69999980926514,"responseEnd":809.8999996185303,"responseStart":809.8999996185303,"secureConnectionStart":260.69999980926514},{"duration":569.6999998092651,"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":260.80000019073486,"connectEnd":260.80000019073486,"connectStart":260.80000019073486,"domainLookupEnd":260.80000019073486,"domainLookupStart":260.80000019073486,"fetchStart":260.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":260.80000019073486,"responseEnd":830.5,"responseStart":830.5,"secureConnectionStart":260.80000019073486},{"duration":38.20000076293945,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":772.3999996185303,"connectEnd":772.3999996185303,"connectStart":772.3999996185303,"domainLookupEnd":772.3999996185303,"domainLookupStart":772.3999996185303,"fetchStart":772.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":772.3999996185303,"responseEnd":810.6000003814697,"responseStart":810.6000003814697,"secureConnectionStart":772.3999996185303},{"duration":262.1000003814697,"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":814.8999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":814.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1077,"responseStart":0,"secureConnectionStart":0},{"duration":261.80000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/50bc9be5bfead1a25e72c1a9338c94f6-CDN/lu2cib/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/css/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":815.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":815.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1077.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":713.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":816.3999996185303,"connectEnd":816.3999996185303,"connectStart":816.3999996185303,"domainLookupEnd":816.3999996185303,"domainLookupStart":816.3999996185303,"fetchStart":816.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":816.3999996185303,"responseEnd":1529.6999998092651,"responseStart":1529.6999998092651,"secureConnectionStart":816.3999996185303}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":24,"responseStart":252,"responseEnd":255,"domLoading":255,"domInteractive":1400,"domContentLoadedEventStart":1400,"domContentLoadedEventEnd":1506,"domComplete":2144,"loadEventStart":2144,"loadEventEnd":2145,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1370.1999998092651},{"name":"bigPipe.sidebar-id.end","time":1371},{"name":"bigPipe.activity-panel-pipe-id.start","time":1371.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.end","time":1375.1000003814697},{"name":"activityTabFullyLoaded","time":1533.6999998092651}],"measures":[],"correlationId":"309afb0db4166e","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":147,"dbReadsTimeInMs":11,"dbConnsTimeInMs":31,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Found similar assertion with slightly different stack. The testcase crashes 10.4, 10.5 and 10.6
SET SESSION WSREP_ON=0;
FLUSH TABLES WITH READ LOCK AND DISABLE CHECKPOINT;
SET SESSION wsrep_on=1;
UNLOCK TABLES;
10.6.1 370b310b1d67ad42df96b75c3876fdcf67a8694f (Debug)
mysqld: /test/10.6_dbg/wsrep-lib/src/server_state.cpp:580: void wsrep::server_state::resume(): Assertion `pause_seqno_.is_undefined() == false' failed.
10.6.1 370b310b1d67ad42df96b75c3876fdcf67a8694f (Debug)
Core was generated by `/test/GAL_MD120521-mariadb-10.6.1-linux-x86_64-dbg/bin/mysqld --defaults-file=/'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6)
at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
[Current thread is 1 (Thread 0x147fdcd5a700 (LWP 2543732))]
(gdb) bt
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
#1 0x000055c8a532e1f1 in my_write_core (sig=sig@entry=6) at /test/10.6_dbg/mysys/stacktrace.c:424
#2 0x000055c8a4ac6d3e in handle_fatal_signal (sig=6) at /test/10.6_dbg/sql/signal_handler.cc:343
#3 <signal handler called>
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#5 0x0000147ffef52859 in __GI_abort () at abort.c:79
#6 0x0000147ffef52729 in __assert_fail_base (fmt=0x147fff0e8588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55c8a5a2cae8 "pause_seqno_.is_undefined() == false", file=0x55c8a5a2c660 "/test/10.6_dbg/wsrep-lib/src/server_state.cpp", line=580, function=<optimized out>) at assert.c:92
#7 0x0000147ffef63f36 in __GI___assert_fail (assertion=assertion@entry=0x55c8a5a2cae8 "pause_seqno_.is_undefined() == false", file=file@entry=0x55c8a5a2c660 "/test/10.6_dbg/wsrep-lib/src/server_state.cpp", line=line@entry=580, function=function@entry=0x55c8a5a2cac0 "void wsrep::server_state::resume()") at assert.c:101
#8 0x000055c8a544dba1 in wsrep::server_state::resume (this=this@entry=0x55c8a76c9a10) at /test/10.6_dbg/wsrep-lib/src/server_state.cpp:582
#9 0x000055c8a544eb35 in wsrep::server_state::resume_and_resync (this=this@entry=0x55c8a76c9a10) at /test/10.6_dbg/wsrep-lib/src/server_state.cpp:638
#10 0x000055c8a4c417c8 in Global_read_lock::unlock_global_read_lock (this=this@entry=0x147f7c0048a0, thd=thd@entry=0x147f7c000db8) at /test/10.6_dbg/sql/lock.cc:1141
#11 0x000055c8a4800a14 in mysql_execute_command (thd=thd@entry=0x147f7c000db8) at /test/10.6_dbg/sql/sql_parse.cc:5068
#12 0x000055c8a47e9a81 in mysql_parse (thd=thd@entry=0x147f7c000db8, rawbuf=rawbuf@entry=0x147f7c013fe0 "UNLOCK TABLES", length=length@entry=13, parser_state=parser_state@entry=0x147fdcd59410) at /test/10.6_dbg/sql/sql_parse.cc:8018
#13 0x000055c8a47e941a in wsrep_mysql_parse (thd=thd@entry=0x147f7c000db8, rawbuf=0x147f7c013fe0 "UNLOCK TABLES", length=13, parser_state=parser_state@entry=0x147fdcd59410) at /test/10.6_dbg/sql/sql_parse.cc:7832
#14 0x000055c8a47f8994 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x147f7c000db8, packet=packet@entry=0x147f7c00b799 "UNLOCK TABLES", packet_length=packet_length@entry=13, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_class.h:1333
#15 0x000055c8a47fbd79 in do_command (thd=0x147f7c000db8, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_parse.cc:1406
#16 0x000055c8a4957de7 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55c8a7cb5d58, put_in_cache=put_in_cache@entry=true) at /test/10.6_dbg/sql/sql_connect.cc:1410
#17 0x000055c8a49583ef in handle_one_connection (arg=arg@entry=0x55c8a7cb5d58) at /test/10.6_dbg/sql/sql_connect.cc:1312
#18 0x000055c8a4e0dbc1 in pfs_spawn_thread (arg=0x55c8a7d321d8) at /test/10.6_dbg/storage/perfschema/pfs.cc:2201
#19 0x0000147fff460609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#20 0x0000147fff04f293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95