mariadb/storage/innobase/dict
Marko Mäkelä 64c8fa58a8 MDEV-23685 SIGSEGV on ADD FOREIGN KEY after failed ADD KEY
dict_foreign_qualify_index(): Reject corrupted or garbage indexes.
For index stubs that are created on virtual columns, no
dict_field_t::col would be assign. Instead, the entire table
definition would be reloaded on a successful operation.
2020-09-09 12:04:42 +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
dict0dict.cc MDEV-23685 SIGSEGV on ADD FOREIGN KEY after failed ADD KEY 2020-09-09 12:04:42 +03:00
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