115
115
// Constructor used for Item_cond_and/or (see Item comment)
116
116
Item_func(Session *session, Item_func *item);
117
117
bool fix_fields(Session *, Item **ref);
119
119
table_map used_tables() const;
120
120
table_map not_null_tables() const;
121
121
void update_used_tables();