Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Critical
-
Resolution: Unresolved
-
10.1(EOL), 10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.11, 11.0(EOL), 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4, 11.5(EOL)
Description
SET GLOBAL query_cache_type=ON;
|
SET GLOBAL query_cache_size=1024*64;
|
USE test;
|
CREATE TABLE t (a INT) ENGINE=InnoDB PARTITION BY KEY(a) PARTITIONS 99;
|
SET SESSION query_cache_type=DEFAULT;
|
SELECT COUNT(*) FROM t WHERE c1=2;
|
Leads to:
10.5.5 30e7a0a866dce530d8328c6d614e48d39a264f9b (Debug) |
Core was generated by `/test/MD140720-mariadb-10.5.5-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
|
Program terminated with signal SIGSEGV, Segmentation fault.
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=11)
|
at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
[Current thread is 1 (Thread 0x14ce635f6700 (LWP 2425768))]
|
(gdb) bt
|
#0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=11) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
|
#1 0x000055872a9ca4d7 in my_write_core (sig=sig@entry=11) at /test/10.5_dbg/mysys/stacktrace.c:518
|
#2 0x000055872a1849ba in handle_fatal_signal (sig=11) at /test/10.5_dbg/sql/signal_handler.cc:330
|
#3 <signal handler called>
|
#4 0x0000558729e65bfb in Query_cache::unlink_table (this=this@entry=0x55872b714920 <query_cache>, node=0x14ce3f880c78) at /test/10.5_dbg/sql/sql_cache.cc:3618
|
#5 0x0000558729e67431 in Query_cache::register_all_tables (this=this@entry=0x55872b714920 <query_cache>, thd=thd@entry=0x14ce3f815088, block=block@entry=0x14ce3f880160, tables_used=tables_used@entry=0x14ce3f8747e8, tables_arg=tables_arg@entry=100) at /test/10.5_dbg/sql/sql_cache.cc:3490
|
#6 0x0000558729e67ba3 in Query_cache::store_query (this=0x55872b714920 <query_cache>, thd=thd@entry=0x14ce3f815088, tables_used=tables_used@entry=0x14ce3f8747e8) at /test/10.5_dbg/sql/sql_cache.cc:1551
|
#7 0x0000558729edf7cf in execute_sqlcom_select (thd=thd@entry=0x14ce3f815088, all_tables=0x14ce3f8747e8) at /test/10.5_dbg/sql/sql_parse.cc:6208
|
#8 0x0000558729ed88b6 in mysql_execute_command (thd=thd@entry=0x14ce3f815088) at /test/10.5_dbg/sql/sql_parse.cc:3931
|
#9 0x0000558729ee5752 in mysql_parse (thd=thd@entry=0x14ce3f815088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14ce635f5350, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:7993
|
#10 0x0000558729ed2204 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14ce3f815088, packet=packet@entry=0x14ce3f867089 "SELECT COUNT(*) FROM t WHERE c1=2", packet_length=packet_length@entry=33, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:1866
|
#11 0x0000558729ed09de in do_command (thd=0x14ce3f815088) at /test/10.5_dbg/sql/sql_parse.cc:1347
|
#12 0x000055872a02cc3b in do_handle_one_connection (connect=<optimized out>, connect@entry=0x14ce424c7808, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411
|
#13 0x000055872a02d357 in handle_one_connection (arg=arg@entry=0x14ce424c7808) at /test/10.5_dbg/sql/sql_connect.cc:1313
|
#14 0x000055872a490ca8 in pfs_spawn_thread (arg=0x14ce60446508) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201
|
#15 0x000014ce6256f6db in start_thread (arg=0x14ce635f6700) at pthread_create.c:463
|
#16 0x000014ce6196da3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
Bug confirmed present in:
MariaDB: 10.1.46 (dbg), 10.2.33 (dbg), 10.3.24 (dbg), 10.4.14 (dbg), 10.5.5 (dbg)
Bug confirmed not present in:
MariaDB: 10.1.46 (opt), 10.2.33 (opt), 10.3.24 (opt), 10.4.14 (opt), 10.5.5 (opt)
MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (dbg), 5.6.47 (opt), 5.7.29 (dbg), 5.7.29 (opt), 8.0.19 (dbg), 8.0.19 (opt)
Attachments
Issue Links
- relates to
-
MDEV-23127 Server crash in Query_cache::double_linked_list_exclude or Assertion `table_block_data->m_cached_query_count >= 0' failed in Query_cache::unlink_table
-
- Confirmed
-
-
MDEV-34075 double free or corruption (!prev), variety of crashing/asserting stacks, ASAN and UBSAN issues and/or hang upon using query_cache_type=DEMAND
-
- Confirmed
-
-
MDEV-35671 MariaDB got signal 11 after upgrading
-
- Open
-
-
MDEV-36097 InnoDB: Failing assertion: t->id != table->id in hash_cell_t::search
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.1 [ 16100 ] |
Assignee | Varun Gupta [ varun ] | Sergei Petrunia [ psergey ] |
Affects Version/s | 10.6 [ 24028 ] |
Summary | SIGSEGV in Query_cache::unlink_table on SELECT | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in |
Summary | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in Query_cache::unlink_table |
Labels | affects-tests |
Labels | affects-tests | affects-tests regression-10.6 |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Summary | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in Query_cache::unlink_table | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in Query_cache::unlink_table | 10.6 opt regression: SIGSEGV in |
Summary | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in Query_cache::unlink_table | 10.6 opt regression: SIGSEGV in | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in Query_cache::unlink_table | 10.6 opt regression: SIGSEGV in Query_cache::double_linked_list_exclude |
Priority | Blocker [ 1 ] | Major [ 3 ] |
Assignee | Sergei Petrunia [ psergey ] | Oleksandr Byelkin [ sanja ] |
Fix Version/s | 10.6 [ 24028 ] |
Workflow | MariaDB v3 [ 111569 ] | MariaDB v4 [ 142120 ] |
Affects Version/s | 10.7 [ 24805 ] | |
Affects Version/s | 10.8 [ 26121 ] | |
Affects Version/s | 10.9 [ 26905 ] |
Fix Version/s | 10.7 [ 24805 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Roel Van de Paar [ roel ] |
Assignee | Roel Van de Paar [ roel ] | Oleksandr Byelkin [ sanja ] |
Description |
{noformat}
SET GLOBAL query_cache_type=ON; SET GLOBAL query_cache_size=1024*64; USE test; CREATE TABLE t (a INT) PARTITION BY KEY(a) PARTITIONS 99; SET SESSION query_cache_type=DEFAULT; SELECT COUNT(*) FROM t WHERE c1=2; {noformat} Leads to: {noformat:title=10.5.5 30e7a0a866dce530d8328c6d614e48d39a264f9b (Debug)} Core was generated by `/test/MD140720-mariadb-10.5.5-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'. Program terminated with signal SIGSEGV, Segmentation fault. #0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=11) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57 [Current thread is 1 (Thread 0x14ce635f6700 (LWP 2425768))] (gdb) bt #0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=11) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57 #1 0x000055872a9ca4d7 in my_write_core (sig=sig@entry=11) at /test/10.5_dbg/mysys/stacktrace.c:518 #2 0x000055872a1849ba in handle_fatal_signal (sig=11) at /test/10.5_dbg/sql/signal_handler.cc:330 #3 <signal handler called> #4 0x0000558729e65bfb in Query_cache::unlink_table (this=this@entry=0x55872b714920 <query_cache>, node=0x14ce3f880c78) at /test/10.5_dbg/sql/sql_cache.cc:3618 #5 0x0000558729e67431 in Query_cache::register_all_tables (this=this@entry=0x55872b714920 <query_cache>, thd=thd@entry=0x14ce3f815088, block=block@entry=0x14ce3f880160, tables_used=tables_used@entry=0x14ce3f8747e8, tables_arg=tables_arg@entry=100) at /test/10.5_dbg/sql/sql_cache.cc:3490 #6 0x0000558729e67ba3 in Query_cache::store_query (this=0x55872b714920 <query_cache>, thd=thd@entry=0x14ce3f815088, tables_used=tables_used@entry=0x14ce3f8747e8) at /test/10.5_dbg/sql/sql_cache.cc:1551 #7 0x0000558729edf7cf in execute_sqlcom_select (thd=thd@entry=0x14ce3f815088, all_tables=0x14ce3f8747e8) at /test/10.5_dbg/sql/sql_parse.cc:6208 #8 0x0000558729ed88b6 in mysql_execute_command (thd=thd@entry=0x14ce3f815088) at /test/10.5_dbg/sql/sql_parse.cc:3931 #9 0x0000558729ee5752 in mysql_parse (thd=thd@entry=0x14ce3f815088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14ce635f5350, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:7993 #10 0x0000558729ed2204 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14ce3f815088, packet=packet@entry=0x14ce3f867089 "SELECT COUNT(*) FROM t WHERE c1=2", packet_length=packet_length@entry=33, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:1866 #11 0x0000558729ed09de in do_command (thd=0x14ce3f815088) at /test/10.5_dbg/sql/sql_parse.cc:1347 #12 0x000055872a02cc3b in do_handle_one_connection (connect=<optimized out>, connect@entry=0x14ce424c7808, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411 #13 0x000055872a02d357 in handle_one_connection (arg=arg@entry=0x14ce424c7808) at /test/10.5_dbg/sql/sql_connect.cc:1313 #14 0x000055872a490ca8 in pfs_spawn_thread (arg=0x14ce60446508) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201 #15 0x000014ce6256f6db in start_thread (arg=0x14ce635f6700) at pthread_create.c:463 #16 0x000014ce6196da3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 {noformat} Bug confirmed present in: MariaDB: 10.1.46 (dbg), 10.2.33 (dbg), 10.3.24 (dbg), 10.4.14 (dbg), 10.5.5 (dbg) Bug confirmed not present in: MariaDB: 10.1.46 (opt), 10.2.33 (opt), 10.3.24 (opt), 10.4.14 (opt), 10.5.5 (opt) MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (dbg), 5.6.47 (opt), 5.7.29 (dbg), 5.7.29 (opt), 8.0.19 (dbg), 8.0.19 (opt) |
{noformat}
SET GLOBAL query_cache_type=ON; SET GLOBAL query_cache_size=1024*64; USE test; CREATE TABLE t (a INT) ENGINE=InnoDB PARTITION BY KEY(a) PARTITIONS 99; SET SESSION query_cache_type=DEFAULT; SELECT COUNT(*) FROM t WHERE c1=2; {noformat} Leads to: {noformat:title=10.5.5 30e7a0a866dce530d8328c6d614e48d39a264f9b (Debug)} Core was generated by `/test/MD140720-mariadb-10.5.5-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'. Program terminated with signal SIGSEGV, Segmentation fault. #0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=11) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57 [Current thread is 1 (Thread 0x14ce635f6700 (LWP 2425768))] (gdb) bt #0 __pthread_kill (threadid=<optimized out>, signo=signo@entry=11) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57 #1 0x000055872a9ca4d7 in my_write_core (sig=sig@entry=11) at /test/10.5_dbg/mysys/stacktrace.c:518 #2 0x000055872a1849ba in handle_fatal_signal (sig=11) at /test/10.5_dbg/sql/signal_handler.cc:330 #3 <signal handler called> #4 0x0000558729e65bfb in Query_cache::unlink_table (this=this@entry=0x55872b714920 <query_cache>, node=0x14ce3f880c78) at /test/10.5_dbg/sql/sql_cache.cc:3618 #5 0x0000558729e67431 in Query_cache::register_all_tables (this=this@entry=0x55872b714920 <query_cache>, thd=thd@entry=0x14ce3f815088, block=block@entry=0x14ce3f880160, tables_used=tables_used@entry=0x14ce3f8747e8, tables_arg=tables_arg@entry=100) at /test/10.5_dbg/sql/sql_cache.cc:3490 #6 0x0000558729e67ba3 in Query_cache::store_query (this=0x55872b714920 <query_cache>, thd=thd@entry=0x14ce3f815088, tables_used=tables_used@entry=0x14ce3f8747e8) at /test/10.5_dbg/sql/sql_cache.cc:1551 #7 0x0000558729edf7cf in execute_sqlcom_select (thd=thd@entry=0x14ce3f815088, all_tables=0x14ce3f8747e8) at /test/10.5_dbg/sql/sql_parse.cc:6208 #8 0x0000558729ed88b6 in mysql_execute_command (thd=thd@entry=0x14ce3f815088) at /test/10.5_dbg/sql/sql_parse.cc:3931 #9 0x0000558729ee5752 in mysql_parse (thd=thd@entry=0x14ce3f815088, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14ce635f5350, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:7993 #10 0x0000558729ed2204 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14ce3f815088, packet=packet@entry=0x14ce3f867089 "SELECT COUNT(*) FROM t WHERE c1=2", packet_length=packet_length@entry=33, is_com_multi=is_com_multi@entry=false, is_next_command=is_next_command@entry=false) at /test/10.5_dbg/sql/sql_parse.cc:1866 #11 0x0000558729ed09de in do_command (thd=0x14ce3f815088) at /test/10.5_dbg/sql/sql_parse.cc:1347 #12 0x000055872a02cc3b in do_handle_one_connection (connect=<optimized out>, connect@entry=0x14ce424c7808, put_in_cache=put_in_cache@entry=true) at /test/10.5_dbg/sql/sql_connect.cc:1411 #13 0x000055872a02d357 in handle_one_connection (arg=arg@entry=0x14ce424c7808) at /test/10.5_dbg/sql/sql_connect.cc:1313 #14 0x000055872a490ca8 in pfs_spawn_thread (arg=0x14ce60446508) at /test/10.5_dbg/storage/perfschema/pfs.cc:2201 #15 0x000014ce6256f6db in start_thread (arg=0x14ce635f6700) at pthread_create.c:463 #16 0x000014ce6196da3f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 {noformat} Bug confirmed present in: MariaDB: 10.1.46 (dbg), 10.2.33 (dbg), 10.3.24 (dbg), 10.4.14 (dbg), 10.5.5 (dbg) Bug confirmed not present in: MariaDB: 10.1.46 (opt), 10.2.33 (opt), 10.3.24 (opt), 10.4.14 (opt), 10.5.5 (opt) MySQL: 5.5.62 (dbg), 5.5.62 (opt), 5.6.47 (dbg), 5.6.47 (opt), 5.7.29 (dbg), 5.7.29 (opt), 8.0.19 (dbg), 8.0.19 (opt) |
Component/s | Storage Engine - InnoDB [ 10129 ] |
Affects Version/s | 10.10 [ 27530 ] | |
Affects Version/s | 10.2 [ 14601 ] |
Fix Version/s | 10.8 [ 26121 ] |
Fix Version/s | 10.2 [ 14601 ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Link | This issue relates to MDEV-23127 [ MDEV-23127 ] |
Summary | SIGSEGV in Query_cache::unlink_table on SELECT | Assertion `table_block_data->m_cached_query_count >= 0' failed in Query_cache::unlink_table | 10.6 opt regression: SIGSEGV in Query_cache::double_linked_list_exclude | SIGSEGV in Query_cache::unlink_table and my_hash_delete | Assertion `table_block_data->m_cached_query_count >= 0' failed, | optimized regression: SIGSEGV in Query_cache::double_linked_list_exclude |
Summary | SIGSEGV in Query_cache::unlink_table and my_hash_delete | Assertion `table_block_data->m_cached_query_count >= 0' failed, | optimized regression: SIGSEGV in Query_cache::double_linked_list_exclude | SIGSEGV in Query_cache::unlink_table and my_hash_delete | Assertion `table_block_data->m_cached_query_count >= 0' failed | InnoDB: Failing assertion: table->foreign_set.empty() | optimized regression: SIGSEGV in Query_cache::double_linked_list_exclude |
Affects Version/s | 10.11 [ 27614 ] |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] |
Summary | SIGSEGV in Query_cache::unlink_table and my_hash_delete | Assertion `table_block_data->m_cached_query_count >= 0' failed | InnoDB: Failing assertion: table->foreign_set.empty() | optimized regression: SIGSEGV in Query_cache::double_linked_list_exclude | SIGSEGV's in Query_cache::unlink_table and my_hash_delete | Assertion `table_block_data->m_cached_query_count >= 0' failed | InnoDB: Failing assertion: table->foreign_set.empty() | optimized regression: SIGSEGV in Query_cache::double_linked_list_exclude |
Summary | SIGSEGV's in Query_cache::unlink_table and my_hash_delete | Assertion `table_block_data->m_cached_query_count >= 0' failed | InnoDB: Failing assertion: table->foreign_set.empty() | optimized regression: SIGSEGV in Query_cache::double_linked_list_exclude | SIGSEGV's in Query_cache::unlink_table, my_hash_delete, Query_cache::double_linked_list_exclude, Assertion `table_block_data->m_cached_query_count >= 0', InnoDB assertion: table->foreign_set.empty(), ASAN: heap-buffer-overflow in Query_cache_block::init |
Labels | affects-tests regression-10.6 | affects-tests memory_overflow regression-10.6 |
Labels | affects-tests memory_overflow regression-10.6 | affects-tests memory_overflow regression-10.6 stack-smashing |
Fix Version/s | 10.7 [ 24805 ] |
Fix Version/s | 10.3 [ 22126 ] |
Fix Version/s | 10.8 [ 26121 ] |
Fix Version/s | 10.9 [ 26905 ] | |
Fix Version/s | 10.10 [ 27530 ] |
Attachment | in.sql [ 72697 ] |
Attachment | MDEV-23256_additional.sql [ 72698 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Yuchen Pei [ JIRAUSER52627 ] |
Comment | [ Reassigning to [~ycp] as this is a partitioning issue. ] |
Assignee | Yuchen Pei [ JIRAUSER52627 ] | Oleksandr Byelkin [ sanja ] |
Fix Version/s | 10.11 [ 27614 ] | |
Fix Version/s | 11.0 [ 28320 ] | |
Fix Version/s | 11.1 [ 28549 ] | |
Fix Version/s | 11.2 [ 28603 ] | |
Fix Version/s | 11.3 [ 28565 ] | |
Fix Version/s | 11.4 [ 29301 ] | |
Affects Version/s | 11.0 [ 28320 ] | |
Affects Version/s | 11.1 [ 28549 ] | |
Affects Version/s | 11.2 [ 28603 ] | |
Affects Version/s | 11.3 [ 28565 ] | |
Affects Version/s | 11.4 [ 29301 ] | |
Affects Version/s | 11.5 [ 29506 ] | |
Affects Version/s | 10.7 [ 24805 ] | |
Affects Version/s | 10.8 [ 26121 ] | |
Affects Version/s | 10.9 [ 26905 ] | |
Affects Version/s | 10.10 [ 27530 ] |
Fix Version/s | 11.0 [ 28320 ] | |
Fix Version/s | 11.3 [ 28565 ] |
Link | This issue relates to MDEV-34075 [ MDEV-34075 ] |
Fix Version/s | 10.4 [ 22408 ] |
Fix Version/s | 11.1 [ 28549 ] |
Fix Version/s | 11.2(EOL) [ 28603 ] |
Labels | affects-tests memory_overflow regression-10.6 stack-smashing | affects-tests memory_overflow stack-smashing |
Link | This issue relates to MDEV-35671 [ MDEV-35671 ] |
Link | This issue relates to MDEV-36097 [ MDEV-36097 ] |
Additional testcase. Execute the testcase from the CLI.
SET GLOBAL query_cache_type=DEMAND;
SET GLOBAL query_cache_size=102400;
SET SESSION query_cache_type=1;
CREATE TABLE t (a INT) ENGINE=InnoDB PARTITION BY KEY(a) PARTITIONS 100;
SELECT * FROM t WHERE a<ANY(SELECT * FROM t);
Leads to:
10.6.1 34340fb501f97d7289c165dd6599a3942087bc41 (Debug)
Core was generated by `/test/MD180521-mariadb-10.6.1-linux-x86_64-dbg/bin/mysqld --no-defaults --core-'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055d94b735d6d in Query_cache::unlink_table (
this=this@entry=0x55d94cd97520 <query_cache>, node=0x14b62401ed10)
at /test/10.6_dbg/sql/sql_cache.cc:3619
[Current thread is 1 (Thread 0x14b6740a0700 (LWP 283539))]
(gdb) bt
#0 0x000055d94b735d6d in Query_cache::unlink_table (this=this@entry=0x55d94cd97520 <query_cache>, node=0x14b62401ed10) at /test/10.6_dbg/sql/sql_cache.cc:3619
#1 0x000055d94b7375bd in Query_cache::register_all_tables (this=this@entry=0x55d94cd97520 <query_cache>, thd=thd@entry=0x14b624000db8, block=block@entry=0x14b62401d998, tables_used=tables_used@entry=0x14b6240146b8, tables_arg=tables_arg@entry=202) at /test/10.6_dbg/sql/sql_cache.cc:3491
#2 0x000055d94b737e29 in Query_cache::store_query (this=0x55d94cd97520 <query_cache>, thd=thd@entry=0x14b624000db8, tables_used=tables_used@entry=0x14b6240146b8) at /test/10.6_dbg/sql/sql_cache.cc:1551
#3 0x000055d94b7ade4e in execute_sqlcom_select (thd=thd@entry=0x14b624000db8, all_tables=0x14b6240146b8) at /test/10.6_dbg/sql/sql_parse.cc:6244
#4 0x000055d94b7bad5a in mysql_execute_command (thd=thd@entry=0x14b624000db8) at /test/10.6_dbg/sql/sql_parse.cc:3940
#5 0x000055d94b7a6f8d in mysql_parse (thd=thd@entry=0x14b624000db8, rawbuf=<optimized out>, length=<optimized out>, parser_state=parser_state@entry=0x14b67409f410) at /test/10.6_dbg/sql/sql_parse.cc:8019
#6 0x000055d94b7b5dbf in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x14b624000db8, packet=packet@entry=0x14b62400b799 "SELECT * FROM t WHERE a<ANY(SELECT * FROM t)", packet_length=packet_length@entry=44, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_class.h:1333
#7 0x000055d94b7b91b2 in do_command (thd=0x14b624000db8, blocking=blocking@entry=true) at /test/10.6_dbg/sql/sql_parse.cc:1406
#8 0x000055d94b913e78 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x55d94ed7aaa8, put_in_cache=put_in_cache@entry=true) at /test/10.6_dbg/sql/sql_connect.cc:1410
#9 0x000055d94b91447d in handle_one_connection (arg=arg@entry=0x55d94ed7aaa8) at /test/10.6_dbg/sql/sql_connect.cc:1312
#10 0x000055d94bdc6d98 in pfs_spawn_thread (arg=0x55d94ec643b8) at /test/10.6_dbg/storage/perfschema/pfs.cc:2201
#11 0x000014b676f6b609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#12 0x000014b676b5a293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95