| 3875 | |
| 3876 | |
| 3877 | static uchar* get_key_column(GRANT_COLUMN *buff, size_t *length, |
| 3878 | my_bool not_used MY_ATTRIBUTE((unused))) |
| 3879 | { |
| 3880 | *length=buff->key_length; |
| 3881 | return (uchar*) buff->column; |
| 3882 | } |
| 3883 | |
| 3884 | |
| 3885 | class GRANT_NAME :public Sql_alloc |
nothing calls this directly
no outgoing calls
no test coverage detected