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