diff options
Diffstat (limited to '')
-rw-r--r-- | sql/sql_show.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h index 9a269b49..8795dded 100644 --- a/sql/sql_show.h +++ b/sql/sql_show.h @@ -96,6 +96,10 @@ static inline bool append_identifier(THD *thd, String *packet, const LEX_CSTRING { return append_identifier(thd, packet, name->str, name->length); } + +bool append_identifier_opt_casedn(THD *thd, String *to, + const LEX_CSTRING &ident, bool casedn); + void mysqld_list_fields(THD *thd,TABLE_LIST *table, const char *wild); int mysqld_dump_create_info(THD *thd, TABLE_LIST *table_list, int fd); bool mysqld_show_create_get_fields(THD *thd, TABLE_LIST *table_list, |