summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorunknown <hf@deer.mysql.r18.ru>2003-01-05 15:40:14 +0400
committerunknown <hf@deer.mysql.r18.ru>2003-01-05 15:40:14 +0400
commitc50e1046895ca5a5380101103083dd08d2bf7026 (patch)
treed889463dce8693d9b67b3b5831c40555cfcc9dc3 /sql/item.h
parentd33e65232198c063adaa1513de9e776ce7edcb27 (diff)
downloadmariadb-git-c50e1046895ca5a5380101103083dd08d2bf7026.tar.gz
small bugfix
sql/item.h: silly mistake
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h
index e2c540a5f95..ce9f4af3371 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -674,7 +674,7 @@ public:
enum Type type() const { return DEFAULT_VALUE_ITEM; }
bool eq(const Item *item, bool binary_cmp) const;
bool fix_fields(THD *, struct st_table_list *, Item **);
-}:
+};
class Item_cache: public Item
{