mariadb/storage/innobase/dict
Thirunarayanan Balathandayuthapani dd737d071e MDEV-29291 Assertion `!table->fts' failed in dict_table_can_be_evicted on SHUTDOWN
- InnoDB fts table initially added to LRU table cache
while creating the table. Later, table was marked
as non-evicted when we add the table to fts optimizer
list. Before marking the table as non-evicted, master
thread can try to evict the fts table.
2022-08-24 10:58:08 +05:30
..
dict0boot.cc Merge 10.2 into 10.3 2020-09-09 13:06:46 +03:00
dict0crea.cc MDEV-29291 Assertion `!table->fts' failed in dict_table_can_be_evicted on SHUTDOWN 2022-08-24 10:58:08 +05:30
dict0defrag_bg.cc MDEV-12353 preparation: Replace mtr_x_lock() and friends 2019-11-14 11:40:33 +02:00
dict0dict.cc MDEV-29058 Assertion `index->type == 32' failed in dict_index_build_internal_fts 2022-07-26 15:01:38 +05:30
dict0load.cc MDEV-28980 InnoDB: Failing assertion: len <= MAX_TABLE_NAME_LEN 2022-07-25 10:28:45 +03:00
dict0mem.cc MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 2021-04-13 10:28:13 +03:00
dict0stats.cc MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 2021-04-13 10:28:13 +03:00
dict0stats_bg.cc MDEV-25975 innodb_disallow_writes causes shutdown to hang 2022-04-06 08:06:49 +03:00