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

Function check_single_table_access

sql/sql_parse.h:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165inline bool check_one_table_access(THD *thd, privilege_t privilege, TABLE_LIST *tables)
166{ return false; }
167inline bool check_single_table_access(THD *thd, privilege_t privilege,
168 TABLE_LIST *tables, bool no_errors)
169{ return false; }
170inline bool check_routine_access(THD *thd, privilege_t want_access,
171 const LEX_CSTRING *db,
172 const LEX_CSTRING *name,

Callers 5

check_accessMethod · 0.70
create_view_precheckFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected