Browse Source
Fix an assertion failure with UNIV_DEBUG is set. Initialize a
Fix an assertion failure with UNIV_DEBUG is set. Initialize a
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.pull/374/head
2 changed files with 11 additions and 15 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue