mariadb/storage/innobase/dict
Thirunarayanan Balathandayuthapani b862377c3e MDEV-25503 InnoDB hangs on startup during recovery
InnoDB startup hangs if a DDL transaction needs to be
rolled back and a recovered transaction on statistics
tables exists. In that case, InnoDB should rollback
the transaction which holds locks on innodb_table_stats
or innodb_index_stats during trx_rollback_or_clean_recovered().
2021-04-27 17:07:37 +05:30
..
dict0boot.cc MDEV-23456 fil_space_crypt_t::write_page0() is accessing an uninitialized page 2020-09-09 11:58:15 +05:30
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-25503 InnoDB hangs on startup during recovery 2021-04-27 17:07:37 +05:30
dict0load.cc Make DISCARD TABLESPACE more robust 2020-09-22 13:09:51 +03:00
dict0mem.cc MDEV-24971 InnoDB access freed virtual column after rollback of secondary index 2021-04-12 16:06:06 +05:30
dict0stats.cc MDEV-24172: innodb stats table last_update is TIMESTAMP 2020-12-16 08:18:19 +11:00
dict0stats_bg.cc MDEV-18802 Assertion table->stat_initialized failed in dict_stats_update_if_needed() 2021-04-12 11:29:32 +03:00