mariadb/storage/innobase/dict
Mohammad Tafzeel Shams 85a801cb24 MDEV-24558: Assertion !index->is_spatial() failed
Issue:
Adding a SPATIAL INDEX triggers a debug assertion failure when the
mysql.innodb_table_stats schema is missing.

Fix:
dict_stats_update_transient_for_index() now exits early with empty
statistics for any index that is not a regular B-tree.
2025-12-01 08:59:44 +05:30
..
dict0boot.cc MDEV-32068 Some calls to buf_read_ahead_linear() seem to be useless 2023-12-05 12:31:29 +02:00
dict0crea.cc Merge branch '10.5' into 10.6 2025-01-29 11:17:38 +01:00
dict0defrag_bg.cc MDEV-36122: Protect table references with a lock 2025-03-26 14:22:58 +02:00
dict0dict.cc MDEV-37123 dict_table_open_on_id() fails to release dict_sys.latch 2025-07-02 14:25:38 +05:30
dict0load.cc MDEV-33167 ASAN errors in dict_sys_t::load_table / get_foreign_key_info after failing to load a table 2025-04-03 17:39:40 +05:30
dict0mem.cc MDEV-35854: Simplify dict_get_referenced_table() 2025-01-23 14:38:08 +02:00
dict0stats.cc MDEV-24558: Assertion !index->is_spatial() failed 2025-12-01 08:59:44 +05:30
dict0stats_bg.cc Fix galera.galera_kill_ddl test errors in debug mode. 2023-12-22 17:55:30 +01:00
drop.cc MDEV-35701 trx_t::autoinc_locks causes unnecessary dynamic memory allocation 2025-01-15 16:55:01 +02:00