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

Method table

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

Return the underlying TABLE handle. */

Source from the content-addressed store, hash-verified

872
873 /* Return the underlying TABLE handle. */
874 TABLE* table() const { return m_table; }
875
876 privilege_t get_access() const
877 {

Callers 13

acl_set_default_roleFunction · 0.45
replace_user_tableFunction · 0.45
mysql_table_grantFunction · 0.45
mysql_routine_grantFunction · 0.45
mysql_grant_roleFunction · 0.45
mysql_grantFunction · 0.45
grant_loadFunction · 0.45
handle_grant_tableFunction · 0.45
mysql_create_userFunction · 0.45
mysql_revoke_sp_privsFunction · 0.45
mysql_revoke_allFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected