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

Function check_table_access

sql/sql_parse.h:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 const Sp_handler *sph)
183{ return false; }
184inline bool
185check_table_access(THD *thd, privilege_t requirements,TABLE_LIST *tables,
186 bool any_combination_of_privileges_will_do,
187 uint number,
188 bool no_errors)
189{ return false; }
190#endif /*NO_EMBEDDED_ACCESS_CHECKS*/
191
192/**

Callers 15

mysql_install_pluginFunction · 0.70
mysql_uninstall_pluginFunction · 0.70
send_result_to_clientMethod · 0.70
fill_schema_procFunction · 0.70
show_create_triggerFunction · 0.70
executeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected