summaryrefslogtreecommitdiff
path: root/sql/sql_acl.h
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2016-01-19 14:30:19 +0200
committerVicențiu Ciorbaru <cvicentiu@gmail.com>2016-03-08 16:55:17 +0200
commitb4fcd1a408a46dff2fa147ff1c45416d22dfd815 (patch)
tree1621f11262752662cd1dd2788c0808523e1ebfbd /sql/sql_acl.h
parent5c32d5e6e67ff4b1fc6128bd1f1f72f461abb2ca (diff)
downloadmariadb-git-b4fcd1a408a46dff2fa147ff1c45416d22dfd815.tar.gz
[MDEV-7978] Updated syntax for SHOW CREATE USER
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r--sql/sql_acl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h
index 91ae425b88b..be206b1f86f 100644
--- a/sql/sql_acl.h
+++ b/sql/sql_acl.h
@@ -244,6 +244,7 @@ ulong get_column_grant(THD *thd, GRANT_INFO *grant,
void mysql_show_grants_get_fields(THD *thd, List<Item> *fields,
const char *name);
bool mysql_show_grants(THD *thd, LEX_USER *user);
+bool mysql_show_create_user(THD *thd, LEX_USER *user);
int fill_schema_enabled_roles(THD *thd, TABLE_LIST *tables, COND *cond);
int fill_schema_applicable_roles(THD *thd, TABLE_LIST *tables, COND *cond);
void get_privilege_desc(char *to, uint max_length, ulong access);