MCPcopy Create free account
hub / github.com/MariaDB/server / skip_grants

Method skip_grants

sql/sql_class.cc:4964–4971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4962
4963
4964void Security_context::skip_grants()
4965{
4966 /* privileges for the user are unknown everything is allowed */
4967 host_or_ip= (char *)"";
4968 master_access= ALL_KNOWN_ACL;
4969 *priv_user= *priv_host= '\0';
4970 password_expired= false;
4971}
4972
4973
4974bool Security_context::set_user(char *user_arg)

Callers 13

runMethod · 0.80
binlog_background_threadFunction · 0.80
init_service_thdFunction · 0.80
rpl_parallel.ccFile · 0.80
thdMethod · 0.80
start_wsrep_THDFunction · 0.80
Wsrep_storage_serviceMethod · 0.80
new_bg_THDFunction · 0.80
init_slave_threadFunction · 0.80
mysql_real_connect_localFunction · 0.80
acl_getrootFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected