diff options
author | Mikael Ronstrom <mikael@dator8> | 2011-01-12 14:43:03 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@dator8> | 2011-01-12 14:43:03 +0100 |
commit | 773267552f6c701cf3210f908a3608ad0da1087f (patch) | |
tree | 2572fe5a1f81ea6ca0b1fa3d47f468b568ff5503 /include/mysql | |
parent | 7dae4282d4d5ec2ec8d17f600e87918e0a0aea00 (diff) | |
parent | bbf40ba3c5cac76b4efd2dc177b9ffaff1ce9266 (diff) | |
download | mariadb-git-773267552f6c701cf3210f908a3608ad0da1087f.tar.gz |
merge
Diffstat (limited to 'include/mysql')
-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); |