39
39
NONE, field_name_arg,0,0,unsigned_arg)
41
41
enum Item_result result_type () const { return INT_RESULT; }
43
43
enum ha_base_keytype key_type() const
44
44
{ return unsigned_flag ? HA_KEYTYPE_ULONG_INT : HA_KEYTYPE_LONG_INT; }
45
45
int store(const char *to,uint length,CHARSET_INFO *charset);