|
InnoDB Plugin
1.0
|
#include <srv0srv.h>

Data Fields | |
| srv_thread_type | type |
| ibool | in_use |
| ibool | suspended |
| ib_time_t | suspend_time |
| ulong | wait_timeout |
| os_event_t | event |
| que_thr_t * | thr |
Thread slot in the thread table.
| os_event_t srv_slot_t::event |
event used in suspending the thread when it has nothing to do
| ibool srv_slot_t::in_use |
TRUE if this slot is in use
| ib_time_t srv_slot_t::suspend_time |
time when the thread was suspended. Initialized by lock_wait_table_reserve_slot() for lock wait
| ibool srv_slot_t::suspended |
TRUE if the thread is waiting for the event of this slot
| que_thr_t* srv_slot_t::thr |
suspended query thread (only used for user threads)
| srv_thread_type srv_slot_t::type |
thread type: user, utility etc.
| ulong srv_slot_t::wait_timeout |
wait time that if exceeded the thread will be timed out. Initialized by lock_wait_table_reserve_slot() for lock wait
1.8.1.2