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

Method aggregate_privs

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

Source from the content-addressed store, hash-verified

8701}
8702
8703inline privilege_t GRANT_INFO::aggregate_privs()
8704{
8705 return (grant_table_user ? grant_table_user->privs : NO_ACL) |
8706 (grant_table_role ? grant_table_role->privs : NO_ACL) |
8707 (grant_public ? grant_public->privs : NO_ACL);
8708}
8709
8710inline privilege_t GRANT_INFO::aggregate_cols()
8711{

Callers 2

check_grantFunction · 0.80
get_table_grantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected