MySQL 9.0.0
Source Code Documentation
Log_handle Struct Reference

Handle which is used for writes to the log buffer. More...

#include <log0buf.h>

Public Attributes

lsn_t start_lsn
 LSN of the first data byte. More...
 
lsn_t end_lsn
 LSN after the last data byte. More...
 

Detailed Description

Handle which is used for writes to the log buffer.

Member Data Documentation

◆ end_lsn

lsn_t Log_handle::end_lsn

LSN after the last data byte.

◆ start_lsn

lsn_t Log_handle::start_lsn

LSN of the first data byte.


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