24#ifndef SQL_TIMER_INCLUDED 
   25#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:34
 
void thd_timer_destroy(THD_timer_info *)
Release resources allocated for a thread timer.
Definition: sql_timer.cc:245
 
THD_timer_info * thd_timer_reset(THD_timer_info *)
Deactivate the given timer.
Definition: sql_timer.cc:219
 
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:157
 
Definition: sql_timer.cc:54