mariadb/storage/innobase/dict
Marko Mäkelä ca89489716 MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutex
To avoid potential race conditions between concurrent access to
dict_table_t::freed_indexes, let us consistently use
dict_table_t::autoinc_mutex.

dict_table_remove_from_cache_low(): To avoid extensive hold time
of table->autoinc_mutex, unconditionally free the FTS data structures.
2021-08-23 10:06:21 +03:00
..
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-26383 fixup: Consistently protect freed_indexes with autoinc_mutex 2021-08-23 10:06:21 +03:00
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