50
50
enum_field_types type() const { return DRIZZLE_TYPE_MICROTIME;}
51
51
enum ha_base_keytype key_type() const { return HA_KEYTYPE_BINARY; }
52
52
enum Item_result cmp_type () const { return STRING_RESULT; }
64
60
int cmp(const unsigned char *,const unsigned char *);
65
61
void sort_string(unsigned char *buff,uint32_t length);
66
62
uint32_t pack_length() const { return 12; }