| 4962 | |
| 4963 | |
| 4964 | void 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 | |
| 4974 | bool Security_context::set_user(char *user_arg) |
no outgoing calls
no test coverage detected