79
my_decimal *Item_cache_str::val_decimal(my_decimal *decimal_val)
79
type::Decimal *Item_cache_str::val_decimal(type::Decimal *decimal_val)
81
81
assert(fixed == 1);
83
string2my_decimal(E_DEC_FATAL_ERROR, value, decimal_val);
83
decimal_val->store(E_DEC_FATAL_ERROR, value);
86
86
return decimal_val;