37
37
/** Internal storage for the string values of the ENUM */
39
Field_enum(unsigned char *ptr_arg, uint32_t len_arg, unsigned char *null_ptr_arg,
40
42
unsigned char null_bit_arg,
44
46
const CHARSET_INFO * const charset_arg)
45
:Field_str(ptr_arg, len_arg, null_ptr_arg, null_bit_arg,
46
unireg_check_arg, field_name_arg, charset_arg),
51
58
Field *new_field(MEM_ROOT *root, Table *new_table, bool keep_type);
52
59
enum ha_base_keytype key_type() const;