mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
MDEV-5215 Granted to PUBLIC
This commit is contained in:
parent
594bed9b42
commit
b0325bd6d6
14 changed files with 1325 additions and 204 deletions
|
|
@ -76,8 +76,8 @@ bool hostname_requires_resolving(const char *hostname);
|
|||
bool acl_init(bool dont_read_acl_tables);
|
||||
bool acl_reload(THD *thd);
|
||||
void acl_free(bool end=0);
|
||||
privilege_t acl_get(const char *host, const char *ip,
|
||||
const char *user, const char *db, my_bool db_is_pattern);
|
||||
privilege_t acl_get_all3(Security_context *sctx, const char *db,
|
||||
bool db_is_patern);
|
||||
bool acl_authenticate(THD *thd, uint com_change_user_pkt_len);
|
||||
bool acl_getroot(Security_context *sctx, const char *user, const char *host,
|
||||
const char *ip, const char *db);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue