| 4068 | |
| 4069 | |
| 4070 | static 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 | |
| 4078 | void free_grant_table(GRANT_TABLE *grant_table) |
nothing calls this directly
no outgoing calls
no test coverage detected