38
35
Item_str_func(Item *a,Item *b,Item *c,Item *d) :Item_func(a,b,c,d) {decimals=NOT_FIXED_DEC; }
39
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; }
40
37
Item_str_func(List<Item> &list) :Item_func(list) {decimals=NOT_FIXED_DEC; }
45
41
enum Item_result result_type () const { return STRING_RESULT; }
46
42
void left_right_max_length();
47
43
bool fix_fields(Session *session, Item **ref);