MySQL 8.4.0
Source Code Documentation
HP_CREATE_INFO Struct Reference

#include <heap.h>

Public Attributes

HP_KEYDEFkeydef
 
ulong max_records
 
ulong min_records
 
uint auto_key
 
uint auto_key_type
 
uint keys
 
uint reclength
 
ulonglong max_table_size
 
ulonglong auto_increment
 
bool with_auto_increment
 
bool single_instance
 
bool delete_on_close
 
bool pin_share
 

Member Data Documentation

◆ auto_increment

ulonglong HP_CREATE_INFO::auto_increment

◆ auto_key

uint HP_CREATE_INFO::auto_key

◆ auto_key_type

uint HP_CREATE_INFO::auto_key_type

◆ delete_on_close

bool HP_CREATE_INFO::delete_on_close

◆ keydef

HP_KEYDEF* HP_CREATE_INFO::keydef

◆ keys

uint HP_CREATE_INFO::keys

◆ max_records

ulong HP_CREATE_INFO::max_records

◆ max_table_size

ulonglong HP_CREATE_INFO::max_table_size

◆ min_records

ulong HP_CREATE_INFO::min_records

◆ pin_share

bool HP_CREATE_INFO::pin_share

◆ reclength

uint HP_CREATE_INFO::reclength

◆ single_instance

bool HP_CREATE_INFO::single_instance

◆ with_auto_increment

bool HP_CREATE_INFO::with_auto_increment

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