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:
committed by
Sergei Golubchik
parent
6680bb14a4
commit
7ec24435b3
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user