Home
last modified time | relevance | path

Searched refs:with_admin_opt (Results 1 – 4 of 4) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Drole_tables.cc238 char *with_admin_opt = get_field( in populate_roles_caches() local
267 grant_role(acl_role, acl_user, *with_admin_opt == 'Y' ? true : false); in populate_roles_caches()
H A Dsql_authorization.cc857 boost::put(edge_colors, edge, (with_admin_opt ? 1 : 0)); in grant_role()
1645 int with_admin_opt = in examine_edge() local
1647 if (with_admin_opt) { in examine_edge()
3305 grant_role(acl_role, acl_user, with_admin_opt); in mysql_grant_role()
3309 with_admin_opt, false); in mysql_grant_role()
4643 int with_admin_opt = in get_privilege_access_maps() local
4645 if (with_admin_opt) { in get_privilege_access_maps()
6030 int with_admin_opt = edge_with_admin[*ei]; in get_granted_roles() local
6037 f(id, with_admin_opt != 0); in get_granted_roles()
6057 get_granted_roles(v, [&](const Role_id &rid, bool with_admin_opt) { in get_granted_roles() argument
[all …]
H A Dauth_internal.h313 void grant_role(ACL_USER *role, const ACL_USER *user, bool with_admin_opt);
H A Dauth_common.h792 const List<LEX_USER> *roles, bool with_admin_opt);