diff options
author | unknown <tomas@mc05.(none)> | 2004-05-18 07:20:18 +0200 |
---|---|---|
committer | unknown <tomas@mc05.(none)> | 2004-05-18 07:20:18 +0200 |
commit | e858cd9642b6c7636a1a97c543e6f85a70281df9 (patch) | |
tree | 0f5b134f5efd68cb571b0775cc7479c46bb3a110 /sql/item_sum.h | |
parent | cbefc5f154d899fc86703a879e96f27a8502a557 (diff) | |
parent | 93168d599dfd311f27e508338443a10ece38e16a (diff) | |
download | mariadb-git-e858cd9642b6c7636a1a97c543e6f85a70281df9.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mc05.(none):/space/tomas/mysql-4.1-ndb
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index 4cded41a9f6..ef947900fd2 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -415,13 +415,7 @@ class Item_sum_hybrid :public Item_sum table_map used_tables() const { return used_table_cache; } bool const_item() const { return !used_table_cache; } - void clear() - { - sum=0.0; - sum_int=0; - value.length(0); - null_value=1; - } + void clear(); double val(); longlong val_int(); void reset_field(); |