diff options
author | unknown <hf@deer.mysql.r18.ru> | 2003-01-05 15:40:14 +0400 |
---|---|---|
committer | unknown <hf@deer.mysql.r18.ru> | 2003-01-05 15:40:14 +0400 |
commit | c50e1046895ca5a5380101103083dd08d2bf7026 (patch) | |
tree | d889463dce8693d9b67b3b5831c40555cfcc9dc3 /sql/item.h | |
parent | d33e65232198c063adaa1513de9e776ce7edcb27 (diff) | |
download | mariadb-git-c50e1046895ca5a5380101103083dd08d2bf7026.tar.gz |
small bugfix
sql/item.h:
silly mistake
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 2 |
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 { |