| 165 | inline bool check_one_table_access(THD *thd, privilege_t privilege, TABLE_LIST *tables) |
| 166 | { return false; } |
| 167 | inline bool check_single_table_access(THD *thd, privilege_t privilege, |
| 168 | TABLE_LIST *tables, bool no_errors) |
| 169 | { return false; } |
| 170 | inline bool check_routine_access(THD *thd, privilege_t want_access, |
| 171 | const LEX_CSTRING *db, |
| 172 | const LEX_CSTRING *name, |
no outgoing calls
no test coverage detected