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

Function get_grant_table

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

Source from the content-addressed store, hash-verified

4068
4069
4070static uchar* get_grant_table(GRANT_NAME *buff, size_t *length,
4071 my_bool not_used MY_ATTRIBUTE((unused)))
4072{
4073 *length=buff->key_length;
4074 return (uchar*) buff->hash_key;
4075}
4076
4077
4078void free_grant_table(GRANT_TABLE *grant_table)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected