diff options
author | kostja@bodhi.local <> | 2006-10-23 12:35:56 +0400 |
---|---|---|
committer | kostja@bodhi.local <> | 2006-10-23 12:35:56 +0400 |
commit | 2fecf79536828c52b36b6e7927d64bda5c97eab0 (patch) | |
tree | 55d8dd8c7c418b931fb38f3ee01b272e6327b15d /sql/item_sum.cc | |
parent | 4cb57ac0485e69a84f27d5136e68018b67dd7132 (diff) | |
parent | 643606cac9ee6e7ca3deefaf2a98af85223eff29 (diff) | |
download | mariadb-git-2fecf79536828c52b36b6e7927d64bda5c97eab0.tar.gz |
Merge bodhi.local:/opt/local/work/mysql-5.0-runtime
into bodhi.local:/opt/local/work/mysql-5.1-runtime-merge
Diffstat (limited to 'sql/item_sum.cc')
-rw-r--r-- | sql/item_sum.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_sum.cc b/sql/item_sum.cc index 1c574cc872f..1dde6970823 100644 --- a/sql/item_sum.cc +++ b/sql/item_sum.cc @@ -1065,7 +1065,7 @@ longlong Item_sum_count::val_int() void Item_sum_count::cleanup() { DBUG_ENTER("Item_sum_count::cleanup"); - clear(); + count= 0; Item_sum_int::cleanup(); used_table_cache= ~(table_map) 0; DBUG_VOID_RETURN; |