MySQL 9.0.0
Source Code Documentation
MI_CREATE_INFO Struct Reference

#include <myisam.h>

Public Attributes

const char * index_file_name
 
const char * data_file_name
 
ha_rows max_rows
 
ha_rows reloc_rows
 
ulonglong auto_increment
 
ulonglong data_file_length
 
ulonglong key_file_length
 
uint old_options
 
uint16 language
 
bool with_auto_increment
 

Member Data Documentation

◆ auto_increment

ulonglong MI_CREATE_INFO::auto_increment

◆ data_file_length

ulonglong MI_CREATE_INFO::data_file_length

◆ data_file_name

const char * MI_CREATE_INFO::data_file_name

◆ index_file_name

const char* MI_CREATE_INFO::index_file_name

◆ key_file_length

ulonglong MI_CREATE_INFO::key_file_length

◆ language

uint16 MI_CREATE_INFO::language

◆ max_rows

ha_rows MI_CREATE_INFO::max_rows

◆ old_options

uint MI_CREATE_INFO::old_options

◆ reloc_rows

ha_rows MI_CREATE_INFO::reloc_rows

◆ with_auto_increment

bool MI_CREATE_INFO::with_auto_increment

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