mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 10:45:30 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
9d2e2d7533
164 changed files with 2738 additions and 1211 deletions
|
|
@ -406,6 +406,14 @@ int acl_set_default_role(THD *thd, const char *host, const char *user,
|
|||
|
||||
extern SHOW_VAR acl_statistics[];
|
||||
|
||||
/* Check if a role is granted to a user/role.
|
||||
|
||||
If hostname == NULL, search for a role as the starting grantee.
|
||||
*/
|
||||
bool check_role_is_granted(const char *username,
|
||||
const char *hostname,
|
||||
const char *rolename);
|
||||
|
||||
#ifndef DBUG_OFF
|
||||
extern ulong role_global_merges, role_db_merges, role_table_merges,
|
||||
role_column_merges, role_routine_merges;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue