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

Function get_key_column

phx_percona/percona/sql/sql_acl.cc:3877–3882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3875
3876
3877static 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
3885class GRANT_NAME :public Sql_alloc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected