| 5668 | } |
| 5669 | |
| 5670 | GRANT_TABLE::GRANT_TABLE(const char *h, const char *d,const char *u, |
| 5671 | const char *t, privilege_t p, privilege_t c) |
| 5672 | :GRANT_NAME(h,d,u,t,p, FALSE), cols(c), init_cols(c) |
| 5673 | { |
| 5674 | init_hash(); |
| 5675 | } |
| 5676 | |
| 5677 | /* |
| 5678 | create a new GRANT_TABLE entry for role inheritance. init_* fields are set |
nothing calls this directly
no test coverage detected