| 399 | |
| 400 | extern "C" |
| 401 | void thd_inc_row_count(THD *thd) |
| 402 | { |
| 403 | thd->get_stmt_da()->inc_current_row_for_warning(); |
| 404 | } |
| 405 | |
| 406 | extern "C" |
| 407 | unsigned long thd_log_slow_verbosity(const THD *thd) |
nothing calls this directly
no test coverage detected