|
MySQL 5.6.14 Source Code Document
|

Public Attributes | |
| os_event_t | event |
| ibool | reserved |
| ibool | wait_ended |
| srv_conc_node_t | srv_conc_queue |
Slot for a thread waiting in the concurrency control queue.
Definition at line 79 of file srv0conc.cc.
| os_event_t srv_conc_slot_t::event |
event to wait
Definition at line 80 of file srv0conc.cc.
| ibool srv_conc_slot_t::reserved |
TRUE if slot reserved
Definition at line 81 of file srv0conc.cc.
| srv_conc_node_t srv_conc_slot_t::srv_conc_queue |
queue node
Definition at line 88 of file srv0conc.cc.
| ibool srv_conc_slot_t::wait_ended |
TRUE when another thread has already set the event and the thread in this slot is free to proceed; but reserved may still be TRUE at that point
Definition at line 83 of file srv0conc.cc.