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

Function check_some_access

sql/sql_parse.h:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 const Sp_handler *sph, bool no_errors)
174{ return false; }
175inline bool check_some_access(THD *thd, privilege_t want_access, TABLE_LIST *table)
176{
177 table->grant.privilege= want_access;
178 return false;
179}
180inline bool check_some_routine_access(THD *thd, const char *db,
181 const char *name,
182 const Sp_handler *sph)

Callers 5

mysql_assign_to_keycacheFunction · 0.70
mysql_preload_keysFunction · 0.70
executeMethod · 0.70
create_view_precheckFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected