diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-22 16:08:51 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-22 16:08:51 +0200 |
commit | d5787a3c59694c36098690cbbe14e874d7ab3e67 (patch) | |
tree | cbd8a037595b299deb954eb81cddc98c278a382a /include | |
parent | 250d851129f8429a303faeb307fb09cd68c84cea (diff) | |
download | mariadb-git-d5787a3c59694c36098690cbbe14e874d7ab3e67.tar.gz |
Fix Bug#57739 Scary messages in error log
Silence a warning about old table name when InnoDB tests whether the
format has changed using a nonexistent table name.
Reviewed by: bar@mysql.com, marko.makela@oracle.com
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql/innodb_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql/innodb_priv.h b/include/mysql/innodb_priv.h index 993dad7cf99..5406c292b18 100644 --- a/include/mysql/innodb_priv.h +++ b/include/mysql/innodb_priv.h @@ -22,7 +22,6 @@ class THD; -uint filename_to_tablename(const char *from, char *to, uint to_length); int get_quote_char_for_identifier(THD *thd, const char *name, uint length); bool schema_table_store_record(THD *thd, TABLE *table); void localtime_to_TIME(MYSQL_TIME *to, struct tm *from); |