mariadb/storage/innobase/dict
Eugene Kosov 1a7a018939 MDEV-16557 Remove INNOBASE_SHARE::idx_trans_tbl
INNOBASE_SHARE: remove

check_index_consistency(): iterates through keys and looks for InnoDB and .frm
mismatches.

ha_innobase::innobase_get_index(): now uses dict_table_get_index_on_name()

dict_table_get_index_on_name(): uses strcmp() instead of innobase_casestrcmp()
as we just need to know whether strings are equal or not
2018-08-02 18:05:59 +03:00
..
dict0boot.cc Remove dict_disable_redo_if_temporary() 2017-10-03 11:37:38 +03:00
dict0crea.cc dict_create_index_tree_in_mem(): Remove dead code 2018-05-12 10:28:54 +03:00
dict0defrag_bg.cc MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBACK or DELETE with concurrent ALTER on partitioned table 2018-05-07 15:39:29 +03:00
dict0dict.cc MDEV-16557 Remove INNOBASE_SHARE::idx_trans_tbl 2018-08-02 18:05:59 +03:00
dict0load.cc MDEV-16267 Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.TABLE_NAME 2018-05-24 11:09:59 +03:00
dict0mem.cc Bug #27141613 ASSERTION: TRX0REC.CC:319:COL->IS_VIRTUAL() / CRASH IN TRX_UNDO_READ_V_COLS 2018-05-11 19:10:32 +03:00
dict0stats.cc MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBACK or DELETE with concurrent ALTER on partitioned table 2018-05-07 15:39:29 +03:00
dict0stats_bg.cc Merge 10.1 into 10.2 2018-08-02 08:19:57 +03:00