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

dict0crea.c:

  Still a little better error message for Harald Fuchs
parent 1aa56d1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"