summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-18 07:20:18 +0200
committerunknown <tomas@mc05.(none)>2004-05-18 07:20:18 +0200
commite858cd9642b6c7636a1a97c543e6f85a70281df9 (patch)
tree0f5b134f5efd68cb571b0775cc7479c46bb3a110 /sql/item_sum.h
parentcbefc5f154d899fc86703a879e96f27a8502a557 (diff)
parent93168d599dfd311f27e508338443a10ece38e16a (diff)
downloadmariadb-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.h8
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();