Commit be90ca5c authored by heikki@donna.mysql.fi's avatar heikki@donna.mysql.fi

dict0crea.c:

  Still a little better error message for Harald Fuchs
parent 1aa56d1c
......@@ -1244,6 +1244,8 @@ loop:
((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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment