Home
last modified time | relevance | path

Searched refs:authid_role (Results 1 – 2 of 2) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dsql_authorization.cc549 it = g_authid_to_vertex->find(authid_role); in revoke_role_helper()
588 std::string authid_role = create_authid_str_from(role); in revoke_role() local
592 if (!revoke_role_helper(thd, authid_role, authid_user, &user_vert, in revoke_role()
816 std::string authid_role = create_authid_str_from(role); in grant_role() local
828 if ((it = g_authid_to_vertex->find(authid_role)) == in grant_role()
831 g_authid_to_vertex->insert(make_pair(authid_role, role_vert)); in grant_role()
841 boost::put(role_pname, role_vert, authid_role); in grant_role()
945 Auth_id_ref authid_role = create_authid_from(acl_role); in roles_rename_authid() local
947 ret = modify_role_edges_in_table(thd, edge_table, authid_role, in roles_rename_authid()
6422 std::string authid_role = create_authid_str_from(user); in alter_user_set_default_roles_all() local
[all …]
H A Dsql_auth_cache.cc2731 string authid_role = create_authid_str_from(acl_user); in acl_update_user() local
2732 Role_index_map::iterator it = g_authid_to_vertex->find(authid_role); in acl_update_user()