| 8701 | } |
| 8702 | |
| 8703 | inline 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 | |
| 8710 | inline privilege_t GRANT_INFO::aggregate_cols() |
| 8711 | { |
no outgoing calls
no test coverage detected