MySQL 8.4.0
Source Code Documentation
TC_LOG_MMAP::PAGE Struct Reference

Public Attributes

PAGEnext
 
my_xidstart
 
my_xidend
 
my_xidptr
 
int size
 
int free
 
int waiters
 
PAGE_STATE state
 
mysql_cond_t cond
 Signalled when syncing of this page is done or when this page is in "active" slot and syncing slot just became free. More...
 

Member Data Documentation

◆ cond

mysql_cond_t TC_LOG_MMAP::PAGE::cond

Signalled when syncing of this page is done or when this page is in "active" slot and syncing slot just became free.

◆ end

my_xid * TC_LOG_MMAP::PAGE::end

◆ free

int TC_LOG_MMAP::PAGE::free

◆ next

PAGE* TC_LOG_MMAP::PAGE::next

◆ ptr

my_xid* TC_LOG_MMAP::PAGE::ptr

◆ size

int TC_LOG_MMAP::PAGE::size

◆ start

my_xid* TC_LOG_MMAP::PAGE::start

◆ state

PAGE_STATE TC_LOG_MMAP::PAGE::state

◆ waiters

int TC_LOG_MMAP::PAGE::waiters

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