diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-21 00:29:30 +0200 |
commit | c0817bacafacfd3199551a64acae8c6cb60dc238 (patch) | |
tree | 619f7e42b7a151e4684d648ed2ddcd74e5c2f05c /include | |
parent | fe0828b3b8193e086abe740572c9b0cb2b7da671 (diff) | |
download | mariadb-git-c0817bacafacfd3199551a64acae8c6cb60dc238.tar.gz |
WL#5030: Splitting mysql_priv.h
Removing traces of mysql_priv.h from comments and other
non-source files that were missed before.
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql/innodb_priv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mysql/innodb_priv.h b/include/mysql/innodb_priv.h index 56d8434f9b0..993dad7cf99 100644 --- a/include/mysql/innodb_priv.h +++ b/include/mysql/innodb_priv.h @@ -24,12 +24,14 @@ 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); bool check_global_access(THD *thd, ulong want_access); - uint strconvert(CHARSET_INFO *from_cs, const char *from, CHARSET_INFO *to_cs, char *to, uint to_length, uint *errors); void sql_print_error(const char *format, ...); + #endif /* INNODB_PRIV_INCLUDED */ |