62
64
bool zero_pack() const { return 0; }
63
65
int reset(void) { memset(ptr, 0, field_length+length_bytes); return 0; }
64
66
uint32_t pack_length() const { return (uint32_t) field_length+length_bytes; }
65
68
uint32_t key_length() const { return (uint32_t) field_length; }
66
69
uint32_t sort_length() const
68
71
return (uint32_t) field_length + (field_charset == &my_charset_bin ?
71
74
int store(const char *to,uint32_t length, const CHARSET_INFO * const charset);