|
MySQL 5.6.14 Source Code Document
|

Public Attributes | |
| struct { | |
| uchar file_version [4] | |
| uchar options [2] | |
| uchar header_length [2] | |
| uchar state_info_length [2] | |
| uchar base_info_length [2] | |
| uchar base_pos [2] | |
| uchar key_parts [2] | |
| uchar unique_key_parts [2] | |
| uchar keys | |
| uchar uniques | |
| uchar language | |
| uchar max_block_size_index | |
| uchar fulltext_keys | |
| uchar not_used | |
| } | header |
| MI_STATUS_INFO | state |
| ha_rows | split |
| my_off_t | dellink |
| ulonglong | auto_increment |
| ulong | process |
| ulong | unique |
| ulong | update_count |
| ulong | status |
| ulong * | rec_per_key_part |
| my_off_t * | key_root |
| my_off_t * | key_del |
| my_off_t | rec_per_key_rows |
| ulong | sec_index_changed |
| ulong | sec_index_used |
| ulonglong | key_map |
| ha_checksum | checksum |
| ulong | version |
| time_t | create_time |
| time_t | recover_time |
| time_t | check_time |
| uint | sortkey |
| uint | open_count |
| uint8 | changed |
| uint | state_diff_length |
| uint | state_length |
| ulong * | key_info |
Definition at line 43 of file myisamdef.h.