182
182
uint packed_col_length(const uchar *col_ptr, uint length);
183
183
uint max_packed_col_length(uint max_length);
184
184
void free() { value.free(); }
186
186
friend int field_conv(Field *to,Field *from);
187
187
uint size_of() const { return sizeof(*this); }
188
188
bool has_charset(void) const