mariadb/storage/innobase/dict
Thirunarayanan Balathandayuthapani b3b1c51e4d MDEV-23134 SEGV in dict_load_table_one during restart after server crash
Problem:
========
dict_load_table_one() doesn't handle the scenario where clustered
index page is FIL_NULL when DICT_ERR_IGNORE_INDEX_ROOT mode
is set.

Fix:
====
InnoDB should set the file_unreadable when it can't find the
clustered index root page.
2020-07-23 20:43:28 +05:30
..
dict0boot.cc MDEV-20949 Stop issuing 'row size' error on DML 2019-11-13 22:00:55 +07:00
dict0crea.cc MDEV-22721 Remove bloat caused by InnoDB logger class 2020-06-04 10:24:10 +03:00
dict0defrag_bg.cc Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00
dict0dict.cc MDEV-23134 SEGV in dict_load_table_one during restart after server crash 2020-07-23 20:43:28 +05:30
dict0load.cc innodb: dict_mem_table_add_col - compile warning fix argument 1 null where non-null expected (#1584) 2020-06-09 14:54:42 +03:00
dict0mem.cc MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDB 2020-05-15 17:23:08 +03:00
dict0stats.cc MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
dict0stats_bg.cc MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00