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

Function table_hash_search

sql/sql_acl.cc:5887–5893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5885
5886
5887static GRANT_TABLE *
5888table_hash_search(const char *host, const char *ip, const char *db,
5889 const char *user, const char *tname, bool exact)
5890{
5891 return (GRANT_TABLE*) name_hash_search(&column_priv_hash, host, ip, db,
5892 user, tname, exact, (lower_case_table_names > 0));
5893}
5894
5895static bool column_priv_insert(GRANT_TABLE *grant)
5896{

Callers 2

mysql_table_grantFunction · 0.85
readMethod · 0.85

Calls 1

name_hash_searchFunction · 0.85

Tested by

no test coverage detected