| 182 | const Sp_handler *sph) |
| 183 | { return false; } |
| 184 | inline bool |
| 185 | check_table_access(THD *thd, privilege_t requirements,TABLE_LIST *tables, |
| 186 | bool any_combination_of_privileges_will_do, |
| 187 | uint number, |
| 188 | bool no_errors) |
| 189 | { return false; } |
| 190 | #endif /*NO_EMBEDDED_ACCESS_CHECKS*/ |
| 191 | |
| 192 | /** |
no outgoing calls
no test coverage detected