• Eugene Kosov's avatar
    MDEV-16557 Remove INNOBASE_SHARE::idx_trans_tbl · 1a7a0189
    Eugene Kosov authored
    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
    1a7a0189
handler0alter.cc 250 KB