23#ifndef SQL_TIMER_INCLUDED
24#define SQL_TIMER_INCLUDED
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:35
void thd_timer_destroy(THD_timer_info *)
Release resources allocated for a thread timer.
Definition: sql_timer.cc:244
THD_timer_info * thd_timer_reset(THD_timer_info *)
Deactivate the given timer.
Definition: sql_timer.cc:218
THD_timer_info * thd_timer_set(THD *, THD_timer_info *, unsigned long)
Set the time until the currently running statement is aborted.
Definition: sql_timer.cc:156
Definition: sql_timer.cc:53