UniqueID: SIGSEGV|ha_partition::register_query_cache_dependant_tables|Query_cache::register_tables_from_list|Query_cache::register_all_tables|Query_cache::store_query Branch Revision: 16ec27c23c614ebea8f58a38adf601ea70e7c549 Full Stack: Core was generated by `/test/PATCH4_MD281123-mariadb-10.6.17-linux-x86_64-opt/bin/mariadbd --no-defaul'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x000056342362ba7a in ha_partition::register_query_cache_dependant_tables ( this=0x148dcc0d2ac0, thd=0x148dcc000c68, cache=0x56342435bea0 , block_table=0x148e18171078, n=0x148e18171014) at /test/bb-10.6-MDEV-32830-qa_opt/sql/ha_partition.cc:2708 [Current thread is 1 (Thread 0x148e18173640 (LWP 2573351))] (gdb) bt #0 0x000056342362ba7a in ha_partition::register_query_cache_dependant_tables (this=0x148dcc0d2ac0, thd=0x148dcc000c68, cache=0x56342435bea0 , block_table=0x148e18171078, n=0x148e18171014) at /test/bb-10.6-MDEV-32830-qa_opt/sql/ha_partition.cc:2708 #1 0x000056342310f3e7 in Query_cache::register_tables_from_list (this=this@entry=0x56342435bea0 , thd=thd@entry=0x148dcc000c68, tables_used=tables_used@entry=0x148dcc926590, counter=counter@entry=0, block_table=block_table@entry=0x148e18171078) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_cache.cc:3448 #2 0x000056342310f473 in Query_cache::register_all_tables (this=this@entry=0x56342435bea0 , thd=thd@entry=0x148dcc000c68, block=block@entry=0x148dcfab1230, tables_used=tables_used@entry=0x148dcc926590, tables_arg=tables_arg@entry=525) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_cache.cc:3483 #3 0x00005634231113f2 in Query_cache::store_query (this=0x56342435bea0 , thd=thd@entry=0x148dcc000c68, tables_used=tables_used@entry=0x148dcc926590) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_cache.cc:1557 #4 0x00005634231643e5 in execute_sqlcom_select (thd=0x148dcc000c68, all_tables=0x148dcc926590) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_parse.cc:6284 #5 0x0000563423173999 in mysql_execute_command (thd=0x148dcc000c68, is_called_from_prepared_stmt=) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_parse.cc:3961 #6 0x0000563423175046 in mysql_parse (thd=0x148dcc000c68, rawbuf=, length=, parser_state=) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_parse.cc:8051 #7 0x00005634231777e5 in dispatch_command (command=COM_QUERY, thd=0x148dcc000c68, packet=, packet_length=, blocking=) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_parse.cc:1995 #8 0x0000563423179540 in do_command (thd=0x148dcc000c68, blocking=blocking@entry=true) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_parse.cc:1409 #9 0x000056342328ccdf in do_handle_one_connection (connect=, put_in_cache=true) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_connect.cc:1416 #10 0x000056342328d02d in handle_one_connection (arg=arg@entry=0x56342714f9d8) at /test/bb-10.6-MDEV-32830-qa_opt/sql/sql_connect.cc:1318 #11 0x000056342363f571 in pfs_spawn_thread (arg=0x563427104038) at /test/bb-10.6-MDEV-32830-qa_opt/storage/perfschema/pfs.cc:2201 #12 0x0000148e2d094ac3 in start_thread (arg=) at ./nptl/pthread_create.c:442 #13 0x0000148e2d126a40 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 Query: SELECT * FROM t1 WHERE c2 = '-99999.99999' ORDER BY c1,c2 DESC;