1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Added acl_setrole function. The function enables/disables role privileges to

the current user via the current security_context
This commit is contained in:
Vicențiu Ciorbaru
2013-10-17 15:11:13 -07:00
committed by Sergei Golubchik
parent 6680bb14a4
commit 7ec24435b3
4 changed files with 65 additions and 1 deletions

View File

@@ -382,4 +382,5 @@ get_cached_table_access(GRANT_INTERNAL_INFO *grant_internal_info,
bool acl_check_proxy_grant_access (THD *thd, const char *host, const char *user,
bool with_grant);
bool acl_setrole(THD *thd, char *rolename);
#endif /* SQL_ACL_INCLUDED */