mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
INFORMATION_SCHEMA.APPLICABLE_ROLES table
This commit is contained in:
parent
7f0965f490
commit
fe2d265704
7 changed files with 146 additions and 10 deletions
|
|
@ -234,6 +234,7 @@ ulong get_column_grant(THD *thd, GRANT_INFO *grant,
|
|||
const char *field_name);
|
||||
bool mysql_show_grants(THD *thd, LEX_USER *user);
|
||||
int fill_schema_enabled_roles(THD *thd, TABLE_LIST *tables, COND *cond);
|
||||
int fill_schema_applicable_roles(THD *thd, TABLE_LIST *tables, COND *cond);
|
||||
void get_privilege_desc(char *to, uint max_length, ulong access);
|
||||
void get_mqh(const char *user, const char *host, USER_CONN *uc);
|
||||
bool mysql_create_user(THD *thd, List <LEX_USER> &list, bool handle_as_role);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue