Commit c50e1046 authored by unknown's avatar unknown

small bugfix


sql/item.h:
  silly mistake
parent d33e6523
...@@ -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