mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-20299 SET SESSION AUTHORIZATION
a.k.a. "sudo"
This commit is contained in:
@@ -284,6 +284,7 @@ bool acl_check_proxy_grant_access (THD *thd,
|
||||
const LEX_CSTRING &host,
|
||||
const LEX_CSTRING &user,
|
||||
bool with_grant);
|
||||
int acl_setauthorization(THD *thd, const LEX_USER *user);
|
||||
int acl_setrole(THD *thd, const LEX_CSTRING &rolename, privilege_t access);
|
||||
int acl_check_setrole(THD *thd,
|
||||
const LEX_CSTRING &rolename,
|
||||
|
Reference in New Issue
Block a user