MySQL 9.1.0
Source Code Documentation
|
Public Types | |
enum class | OpenType : char { UNOPEN = 0 , FILE_BY_OPEN , FILE_BY_CREATE , STREAM_BY_FOPEN , STREAM_BY_FDOPEN , FILE_BY_MKSTEMP , FILE_BY_O_TMPFILE } |
How was this file opened (for debugging purposes). More... | |
Public Attributes | |
long | process |
int | filenr |
int | id |
uint | rnd |
char * | name |
char * | show_name |
uchar * | record |
MI_INFO * | isam |
bool | closed |
bool | used |
ulong | accessed |
|
strong |
ulong file_info::accessed |
bool file_info::closed |
int file_info::filenr |
int file_info::id |
MI_INFO* file_info::isam |
char* file_info::name |
long file_info::process |
uchar* file_info::record |
uint file_info::rnd |
char * file_info::show_name |
bool file_info::used |