35
35
Item_str_func(Item *a,Item *b,Item *c,Item *d) :Item_func(a,b,c,d) {decimals=NOT_FIXED_DEC; }
36
36
Item_str_func(Item *a,Item *b,Item *c,Item *d, Item* e) :Item_func(a,b,c,d,e) {decimals=NOT_FIXED_DEC; }
37
37
Item_str_func(List<Item> &list) :Item_func(list) {decimals=NOT_FIXED_DEC; }
40
41
my_decimal *val_decimal(my_decimal *);