From 7f0965f490163528a99ebc2f085087ea1c125ce2 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 18 Oct 2013 09:15:46 -0700 Subject: information_schema.enabled_roles table --- 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 8a6c6cba307..64370f8705f 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -233,6 +233,7 @@ ulong get_column_grant(THD *thd, GRANT_INFO *grant, const char *db_name, const char *table_name, const char *field_name); bool mysql_show_grants(THD *thd, LEX_USER *user); +int fill_schema_enabled_roles(THD *thd, TABLE_LIST *tables, COND *cond); void get_privilege_desc(char *to, uint max_length, ulong access); void get_mqh(const char *user, const char *host, USER_CONN *uc); bool mysql_create_user(THD *thd, List &list, bool handle_as_role); -- cgit v1.2.1