Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ user
Method
user
sql/sql_acl.cc:1883–1883 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1881
Field* host() const { return m_table->field[0]; }
1882
Field* db() const { return m_table->field[1]; }
1883
Field* user() const { return m_table->field[2]; }
1884
1885
private:
1886
friend class Grant_tables;
Callers
2
init
Method · 0.45
acl_load
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected