Loading innobase/dict/dict0crea.c +2 −0 Original line number Diff line number Diff line Loading @@ -1244,6 +1244,8 @@ dict_create_add_foreigns_to_dictionary( ((dict_index_t*)trx->error_info)->table_name, ((dict_index_t*)trx->error_info)->name); fprintf(stderr, "%s\n", buf); fprintf(stderr, "InnoDB: Maybe the internal data dictionary of InnoDB is\n" "InnoDB: out-of-sync from the .frm files of your tables.\n" Loading Loading
innobase/dict/dict0crea.c +2 −0 Original line number Diff line number Diff line Loading @@ -1244,6 +1244,8 @@ dict_create_add_foreigns_to_dictionary( ((dict_index_t*)trx->error_info)->table_name, ((dict_index_t*)trx->error_info)->name); fprintf(stderr, "%s\n", buf); fprintf(stderr, "InnoDB: Maybe the internal data dictionary of InnoDB is\n" "InnoDB: out-of-sync from the .frm files of your tables.\n" Loading