mariadb/storage/innobase/dict
Thirunarayanan Balathandayuthapani e25abdd5e7 MDEV-31740 InnoDB statistics column length validation failed
When there's a column length mismatch in the InnoDB
statistics tables (innodb_table_stats or innodb_index_stats),
consecutive access of statistics table throws error message
and uses transient statistics.

This change makes it easier for users to understand and
resolve the issue when the statistics tables have been
modified or corrupted.
2025-10-06 12:53:17 +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-31740 InnoDB statistics column length validation failed 2025-10-06 12:53:17 +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