MCPcopy Create free account
hub / github.com/Tencent/phxsql / get_proxied_user

Method get_proxied_user

phx_percona/percona/sql/sql_acl.cc:449–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected