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

Method auth_element_equals

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

Source from the content-addressed store, hash-verified

499
500
501 inline static bool auth_element_equals(const char *a, const char *b)
502 {
503 return (a == b || (a != NULL && b != NULL && !strcmp(a,b)));
504 }
505
506
507 bool pk_equals(ACL_PROXY_USER *grant)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected