102
102
String *Item_decimal::val_str(String *result)
104
104
result->set_charset(&my_charset_bin);
105
class_decimal2string(E_DEC_FATAL_ERROR, &decimal_value, 0, 0, 0, result);
109
109
void Item_decimal::print(String *str, enum_query_type)
111
class_decimal2string(E_DEC_FATAL_ERROR, &decimal_value, 0, 0, 0, &str_value);