From 90b717b3cd3e33572df8cbce3df8b70cc3925b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C8=9Biu=20Ciorbaru?= Date: Sun, 17 Jan 2016 17:00:19 +0200 Subject: [MDEV-7978] Update grammar for new syntax Extend the syntax accepted by the grammar to account for the new create user and alter user syntax. --- sql/sql_acl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/sql_acl.h') diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 0893504b72d..91ae425b88b 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -251,6 +251,7 @@ void get_mqh(const char *user, const char *host, USER_CONN *uc); bool mysql_create_user(THD *thd, List &list, bool handle_as_role); bool mysql_drop_user(THD *thd, List &list, bool handle_as_role); bool mysql_rename_user(THD *thd, List &list); +int mysql_alter_user(THD *thd, List &list); bool mysql_revoke_all(THD *thd, List &list); void fill_effective_table_privileges(THD *thd, GRANT_INFO *grant, const char *db, const char *table); -- cgit v1.2.1