MySQL 9.1.0
Source Code Documentation
|
#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 |
ulonglong MI_CREATE_INFO::auto_increment |
ulonglong MI_CREATE_INFO::data_file_length |
const char * MI_CREATE_INFO::data_file_name |
const char* MI_CREATE_INFO::index_file_name |
ulonglong MI_CREATE_INFO::key_file_length |
uint16 MI_CREATE_INFO::language |
ha_rows MI_CREATE_INFO::max_rows |
uint MI_CREATE_INFO::old_options |
ha_rows MI_CREATE_INFO::reloc_rows |
bool MI_CREATE_INFO::with_auto_increment |