37
36
Item_str_func(Item *a,Item *b,Item *c,Item *d) :Item_func(a,b,c,d) {decimals=NOT_FIXED_DEC; }
38
37
Item_str_func(Item *a,Item *b,Item *c,Item *d, Item* e) :Item_func(a,b,c,d,e) {decimals=NOT_FIXED_DEC; }
39
38
Item_str_func(List<Item> &list) :Item_func(list) {decimals=NOT_FIXED_DEC; }
43
41
type::Decimal *val_decimal(type::Decimal *);