43
my_decimal *Item_int::val_decimal(my_decimal *decimal_value)
43
type::Decimal *Item_int::val_decimal(type::Decimal *decimal_value)
45
int2my_decimal(E_DEC_FATAL_ERROR, value, unsigned_flag, decimal_value);
45
int2_class_decimal(E_DEC_FATAL_ERROR, value, unsigned_flag, decimal_value);
46
46
return decimal_value;