MySQL 9.1.0
Source Code Documentation
|
Public Attributes | |
BLOCK_LINK * | next_used |
BLOCK_LINK ** | prev_used |
BLOCK_LINK * | next_changed |
BLOCK_LINK ** | prev_changed |
HASH_LINK * | hash_link |
KEYCACHE_WQUEUE | wqueue [2] |
uint | requests |
uchar * | buffer |
uint | offset |
uint | length |
uint | status |
enum BLOCK_TEMPERATURE | temperature |
uint | hits_left |
ulonglong | last_hit_time |
KEYCACHE_CONDVAR * | condvar |
uchar* BLOCK_LINK::buffer |
KEYCACHE_CONDVAR* BLOCK_LINK::condvar |
HASH_LINK* BLOCK_LINK::hash_link |
uint BLOCK_LINK::hits_left |
ulonglong BLOCK_LINK::last_hit_time |
uint BLOCK_LINK::length |
BLOCK_LINK* BLOCK_LINK::next_changed |
BLOCK_LINK* BLOCK_LINK::next_used |
uint BLOCK_LINK::offset |
BLOCK_LINK ** BLOCK_LINK::prev_changed |
BLOCK_LINK ** BLOCK_LINK::prev_used |
uint BLOCK_LINK::requests |
uint BLOCK_LINK::status |
enum BLOCK_TEMPERATURE BLOCK_LINK::temperature |
KEYCACHE_WQUEUE BLOCK_LINK::wqueue[2] |