• Jimmy Yang's avatar
    Fix an assertion failure with UNIV_DEBUG is set. Initialize a · 52a7c919
    Jimmy Yang authored
    dict_index_t structure to NULL in dict_load_index(), we could
    enter SYS_INDEXES and got table id value comparision failure
    for system tables such as SYS_TABLES. In addition, remove
    dict_sys mutex assertion when fill I_S table, as we no longer
    hold mutex accross the fill operation.
    
    rb://367 approved by Marko.
    52a7c919
i_s.cc 97.1 KB