27
27
Item_decimal::Item_decimal(const char *str_arg, uint32_t length,
28
28
const CHARSET_INFO * const charset)
30
str2_class_decimal(E_DEC_FATAL_ERROR, str_arg, length, charset, &decimal_value);
30
decimal_value.store(E_DEC_FATAL_ERROR, str_arg, length, charset);
32
32
decimals= (uint8_t) decimal_value.frac;