summaryrefslogtreecommitdiff
path: root/sql/sql_show.h
diff options
context:
space:
mode:
authorRohit Kalhans <rohit.kalhans@oracle.com>2012-09-22 18:07:04 +0530
committerRohit Kalhans <rohit.kalhans@oracle.com>2012-09-22 18:07:04 +0530
commit1e5a759aff0ac95e3616ca9370e443e828791cca (patch)
treee8c9feb9d583b378ecdda8db05f6871ea6cefdbd /sql/sql_show.h
parent967fd170f558f2d3e28cc1aede4589324e19d736 (diff)
parent5f003eca000167edc3601168029a7d86468e52a8 (diff)
downloadmariadb-git-1e5a759aff0ac95e3616ca9370e443e828791cca.tar.gz
upmerge to bug#14548159
Diffstat (limited to 'sql/sql_show.h')
-rw-r--r--sql/sql_show.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h
index 8ad9327c08c..406c75d8cbe 100644
--- a/sql/sql_show.h
+++ b/sql/sql_show.h
@@ -89,6 +89,7 @@ int store_create_info(THD *thd, TABLE_LIST *table_list, String *packet,
int view_store_create_info(THD *thd, TABLE_LIST *table, String *buff);
int copy_event_to_schema_table(THD *thd, TABLE *sch_table, TABLE *event_table);
+int get_quote_char_for_identifier(THD *thd, const char *name, uint length);
void append_identifier(THD *thd, String *packet, const char *name,
uint length);