diff options
-rw-r--r-- | innobase/dict/dict0crea.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/dict/dict0crea.c b/innobase/dict/dict0crea.c index ddaad90af34..f15d36251e4 100644 --- a/innobase/dict/dict0crea.c +++ b/innobase/dict/dict0crea.c @@ -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" |