MySQL 8.3.0
Source Code Documentation
MI_BLOCK_INFO Struct Reference

#include <myisamdef.h>

Public Attributes

uchar header [MI_BLOCK_INFO_HEADER_LENGTH]
 
ulong rec_len
 
ulong data_len
 
ulong block_len
 
ulong blob_len
 
my_off_t filepos
 
my_off_t next_filepos
 
my_off_t prev_filepos
 
uint second_read
 
uint offset
 

Member Data Documentation

◆ blob_len

ulong MI_BLOCK_INFO::blob_len

◆ block_len

ulong MI_BLOCK_INFO::block_len

◆ data_len

ulong MI_BLOCK_INFO::data_len

◆ filepos

my_off_t MI_BLOCK_INFO::filepos

◆ header

uchar MI_BLOCK_INFO::header[MI_BLOCK_INFO_HEADER_LENGTH]

◆ next_filepos

my_off_t MI_BLOCK_INFO::next_filepos

◆ offset

uint MI_BLOCK_INFO::offset

◆ prev_filepos

my_off_t MI_BLOCK_INFO::prev_filepos

◆ rec_len

ulong MI_BLOCK_INFO::rec_len

◆ second_read

uint MI_BLOCK_INFO::second_read

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