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

Function free_grant_table

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

Source from the content-addressed store, hash-verified

4076
4077
4078void free_grant_table(GRANT_TABLE *grant_table)
4079{
4080 my_hash_free(&grant_table->hash_columns);
4081}
4082
4083
4084/* Search after a matching grant. Prefer exact grants before not exact ones */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected