50
49
enum ha_base_keytype key_type() const { return HA_KEYTYPE_BINARY; }
51
50
enum Item_result cmp_type () const { return STRING_RESULT; }
52
51
int store(const char *to,uint32_t length,
55
54
int store(int64_t nr, bool unsigned_val);
56
55
int store_time(type::Time <ime, type::timestamp_t t_type);