59
59
bool update_hash(void *ptr, uint32_t length, enum Item_result type,
60
60
const CHARSET_INFO * const cs, Derivation dv, bool unsigned_arg);
61
61
bool send(Protocol *protocol, String *str_arg);
63
63
bool check(bool use_result_field);
65
65
enum Item_result result_type () const { return cached_result_type; }