MySQL 8.3.0
Source Code Documentation
BLOCK_LINK Struct Reference

Public Attributes

BLOCK_LINKnext_used
 
BLOCK_LINK ** prev_used
 
BLOCK_LINKnext_changed
 
BLOCK_LINK ** prev_changed
 
HASH_LINKhash_link
 
KEYCACHE_WQUEUE wqueue [2]
 
uint requests
 
ucharbuffer
 
uint offset
 
uint length
 
uint status
 
enum BLOCK_TEMPERATURE temperature
 
uint hits_left
 
ulonglong last_hit_time
 
KEYCACHE_CONDVARcondvar
 

Member Data Documentation

◆ buffer

uchar* BLOCK_LINK::buffer

◆ condvar

KEYCACHE_CONDVAR* BLOCK_LINK::condvar

◆ hash_link

HASH_LINK* BLOCK_LINK::hash_link

◆ hits_left

uint BLOCK_LINK::hits_left

◆ last_hit_time

ulonglong BLOCK_LINK::last_hit_time

◆ length

uint BLOCK_LINK::length

◆ next_changed

BLOCK_LINK* BLOCK_LINK::next_changed

◆ next_used

BLOCK_LINK* BLOCK_LINK::next_used

◆ offset

uint BLOCK_LINK::offset

◆ prev_changed

BLOCK_LINK ** BLOCK_LINK::prev_changed

◆ prev_used

BLOCK_LINK ** BLOCK_LINK::prev_used

◆ requests

uint BLOCK_LINK::requests

◆ status

uint BLOCK_LINK::status

◆ temperature

enum BLOCK_TEMPERATURE BLOCK_LINK::temperature

◆ wqueue

KEYCACHE_WQUEUE BLOCK_LINK::wqueue[2]

The documentation for this struct was generated from the following file: