diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-10-18 09:15:55 -0700 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-10-18 09:15:55 -0700 |
commit | fe2d26570495c1f484b3f22fe7dfc38dd9d48193 (patch) | |
tree | 1e5b1d0e5e53df7a8e10d0ca68ee8383f0b451f7 /sql/sql_acl.h | |
parent | 7f0965f490163528a99ebc2f085087ea1c125ce2 (diff) | |
download | mariadb-git-fe2d26570495c1f484b3f22fe7dfc38dd9d48193.tar.gz |
INFORMATION_SCHEMA.APPLICABLE_ROLES table
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index 64370f8705f..506a1fe4d40 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -234,6 +234,7 @@ ulong get_column_grant(THD *thd, GRANT_INFO *grant, 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); +int fill_schema_applicable_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 <LEX_USER> &list, bool handle_as_role); |