MySQL 8.3.0
Source Code Documentation
MYRG_INFO Struct Reference

#include <myisammrg.h>

Public Attributes

MYRG_TABLEopen_tables
 
MYRG_TABLEcurrent_table
 
MYRG_TABLEend_table
 
MYRG_TABLElast_used_table
 
ulonglong records
 
ulonglong del
 
ulonglong data_file_length
 
ulong cache_size
 
uint merge_insert_method
 
uint tables
 
uint options
 
uint reclength
 
uint keys
 
bool children_attached
 
LIST open_list
 
QUEUE by_key
 
ulong * rec_per_key_part
 
mysql_mutex_t mutex
 

Member Data Documentation

◆ by_key

QUEUE MYRG_INFO::by_key

◆ cache_size

ulong MYRG_INFO::cache_size

◆ children_attached

bool MYRG_INFO::children_attached

◆ current_table

MYRG_TABLE * MYRG_INFO::current_table

◆ data_file_length

ulonglong MYRG_INFO::data_file_length

◆ del

ulonglong MYRG_INFO::del

◆ end_table

MYRG_TABLE * MYRG_INFO::end_table

◆ keys

uint MYRG_INFO::keys

◆ last_used_table

MYRG_TABLE * MYRG_INFO::last_used_table

◆ merge_insert_method

uint MYRG_INFO::merge_insert_method

◆ mutex

mysql_mutex_t MYRG_INFO::mutex

◆ open_list

LIST MYRG_INFO::open_list

◆ open_tables

MYRG_TABLE* MYRG_INFO::open_tables

◆ options

uint MYRG_INFO::options

◆ rec_per_key_part

ulong* MYRG_INFO::rec_per_key_part

◆ reclength

uint MYRG_INFO::reclength

◆ records

ulonglong MYRG_INFO::records

◆ tables

uint MYRG_INFO::tables

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