| 447 | bool get_with_grant() { return with_grant; } |
| 448 | const char *get_user() { return user; } |
| 449 | const char *get_proxied_user() { return proxied_user; } |
| 450 | const char *get_proxied_host() { return proxied_host.get_host(); } |
| 451 | void set_user(MEM_ROOT *mem, const char *user_arg) |
| 452 | { |
nothing calls this directly
no outgoing calls
no test coverage detected