MySQL 9.1.0
Source Code Documentation
|
#include <myisam.h>
Public Attributes | |
int16 | type |
uint16 | length |
uint32 | offset |
uint8 | null_bit |
uint16 | null_pos |
void(* | unpack )(MI_COLUMNDEF *rec, MI_BIT_BUFF *buff, uchar *start, uchar *end) |
enum en_fieldtype | base_type |
uint | space_length_bits |
uint | pack_type |
MI_DECODE_TREE * | huff_tree |
enum en_fieldtype MI_COLUMNDEF::base_type |
MI_DECODE_TREE* MI_COLUMNDEF::huff_tree |
uint16 MI_COLUMNDEF::length |
uint8 MI_COLUMNDEF::null_bit |
uint16 MI_COLUMNDEF::null_pos |
uint32 MI_COLUMNDEF::offset |
uint MI_COLUMNDEF::pack_type |
uint MI_COLUMNDEF::space_length_bits |
int16 MI_COLUMNDEF::type |
void(* MI_COLUMNDEF::unpack) (MI_COLUMNDEF *rec, MI_BIT_BUFF *buff, uchar *start, uchar *end) |