MCPcopy Create free account
hub / github.com/MariaDB/server / column_priv_insert

Function column_priv_insert

sql/sql_acl.cc:5895–5898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5893}
5894
5895static bool column_priv_insert(GRANT_TABLE *grant)
5896{
5897 return my_hash_insert(&column_priv_hash,(uchar*) grant);
5898}
5899
5900static GRANT_COLUMN *
5901column_hash_search(GRANT_TABLE *t, const LEX_CSTRING &cname)

Callers 3

mysql_table_grantFunction · 0.85
grant_loadFunction · 0.85

Calls 1

my_hash_insertFunction · 0.85

Tested by

no test coverage detected