| 4076 | |
| 4077 | |
| 4078 | void 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 */ |
nothing calls this directly
no outgoing calls
no test coverage detected