MySQL 5.6.14 Source Code Document
|
Public Attributes | |
uint | field_length |
uint | max_zero_fill |
uint | pack_type |
uint | max_end_space |
uint | max_pre_space |
uint | length_bits |
uint | min_space |
ulong | max_length |
enum en_fieldtype | field_type |
struct st_huff_tree * | tree |
my_off_t | counts [256] |
my_off_t | end_space [8] |
my_off_t | pre_space [8] |
my_off_t | tot_end_space |
my_off_t | tot_pre_space |
my_off_t | zero_fields |
my_off_t | empty_fields |
my_off_t | bytes_packed |
TREE | int_tree |
uchar * | tree_buff |
uchar * | tree_pos |
Definition at line 59 of file myisampack.c.