Commit 2744cc07 authored by hf@deer.mysql.r18.ru's avatar hf@deer.mysql.r18.ru

small bugfix

parent 445d4262
...@@ -674,7 +674,7 @@ class Item_default_value : public Item_field ...@@ -674,7 +674,7 @@ class Item_default_value : public Item_field
enum Type type() const { return DEFAULT_VALUE_ITEM; } enum Type type() const { return DEFAULT_VALUE_ITEM; }
bool eq(const Item *item, bool binary_cmp) const; bool eq(const Item *item, bool binary_cmp) const;
bool fix_fields(THD *, struct st_table_list *, Item **); bool fix_fields(THD *, struct st_table_list *, Item **);
}: };
class Item_cache: public Item class Item_cache: public Item
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment