Skip to content

Commit

Permalink
Making Item_field::can_be_substituted_to_equal_item() private.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Barkov committed Aug 26, 2015
1 parent 1b6b44b commit ba340d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/item.h
Original file line number Diff line number Diff line change
Expand Up @@ -2295,6 +2295,8 @@ class Item_ident_for_show :public Item

class Item_field :public Item_ident
{
bool can_be_substituted_to_equal_item(const Context &ctx,
const Item_equal *item);
protected:
void set_field(Field *field);
public:
Expand Down Expand Up @@ -2431,8 +2433,6 @@ class Item_field :public Item_ident
Item_equal *get_item_equal() { return item_equal; }
void set_item_equal(Item_equal *item_eq) { item_equal= item_eq; }
Item_equal *find_item_equal(COND_EQUAL *cond_equal);
bool can_be_substituted_to_equal_item(const Context &ctx,
const Item_equal *item);
Item* propagate_equal_fields(THD *, const Context &, COND_EQUAL *);
bool set_no_const_sub(uchar *arg);
Item *replace_equal_field(THD *thd, uchar *arg);
Expand Down

0 comments on commit ba340d8

Please sign in to comment.