diff options
author | heikki@donna.mysql.fi <> | 2002-02-08 23:35:50 +0200 |
---|---|---|
committer | heikki@donna.mysql.fi <> | 2002-02-08 23:35:50 +0200 |
commit | be90ca5cad6b1a6de2c64cf427e35a08013c95bc (patch) | |
tree | bf83c2d87da228ba596e03ccf19dc7c7e5a09b84 /innobase/dict | |
parent | 1aa56d1c6366e0b73b77996975c74a70758bbd17 (diff) | |
download | mariadb-git-be90ca5cad6b1a6de2c64cf427e35a08013c95bc.tar.gz |
dict0crea.c:
Still a little better error message for Harald Fuchs
Diffstat (limited to 'innobase/dict')
-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" |