43
42
void Item_user_var_as_out_param::set_null_value(const CHARSET_INFO * const cs)
45
::update_hash(entry, true, 0, 0, STRING_RESULT, cs,
44
entry->update_hash(true, 0, 0, STRING_RESULT, cs,
50
49
void Item_user_var_as_out_param::set_value(const char *str, uint32_t length,
51
50
const CHARSET_INFO * const cs)
53
::update_hash(entry, false, (void*)str, length, STRING_RESULT, cs,
52
entry->update_hash(false, (void*)str, length, STRING_RESULT, cs,
54
53
DERIVATION_IMPLICIT, 0 /* unsigned_arg */);