22 #include <drizzled/function/math/integer.h>
27 void Item_func_integer::fix_length_and_dec()
29 max_length=args[0]->max_length - args[0]->decimals+1;
30 uint32_t tmp=float_length(decimals);
31 set_if_smaller(max_length,tmp);
TODO: Rename this file - func.h is stupid.