244
244
my_error(ER_TOO_BIG_PRECISION, MYF(0), length, fld_name,
250
250
my_error(ER_M_BIGGER_THAN_D, MYF(0), fld_name);
253
253
length= class_decimal_precision_to_length(length, decimals, fld_type_modifier & UNSIGNED_FLAG);
254
254
pack_length= class_decimal_get_binary_size(length, decimals);