| 173 | const Sp_handler *sph, bool no_errors) |
| 174 | { return false; } |
| 175 | inline bool check_some_access(THD *thd, privilege_t want_access, TABLE_LIST *table) |
| 176 | { |
| 177 | table->grant.privilege= want_access; |
| 178 | return false; |
| 179 | } |
| 180 | inline bool check_some_routine_access(THD *thd, const char *db, |
| 181 | const char *name, |
| 182 | const Sp_handler *sph) |
no outgoing calls
no test coverage detected