Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dauth_common.h840 bool check_authorization_id_string(THD *thd, LEX_STRING &mandatory_roles);
H A Dsql_auth_cache.cc2254 return_val |= check_authorization_id_string(thd, opt_mandatory_roles); in grant_init()
H A Dsql_authorization.cc7112 bool check_authorization_id_string(THD *thd, LEX_STRING &mandatory_roles) { in check_authorization_id_string() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsys_vars.cc6327 return check_authorization_id_string(thd, var->save_result.string_value); in sysvar_check_authid_string()