Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_role
Function · 0.45
update_user_table_password
Function · 0.45
replace_user_table
Function · 0.45
mysql_table_grant
Function · 0.45
mysql_routine_grant
Function · 0.45
mysql_grant_role
Function · 0.45
mysql_grant
Function · 0.45
grant_load
Function · 0.45
handle_grant_table
Function · 0.45
mysql_create_user
Function · 0.45
mysql_revoke_sp_privs
Function · 0.45
mysql_revoke_all
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected