diff options
author | bell@sanja.is.com.ua <> | 2004-02-17 11:12:55 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-02-17 11:12:55 +0200 |
commit | a66b398eb8a8365c2070939a0a826be1d6a8708b (patch) | |
tree | 7656414131e3abbff86bae92c090d0209cd07663 /sql/item_sum.h | |
parent | 8a865250c4180ee197c4626560eb46c2cea0a696 (diff) | |
parent | 44b37b089adbcef7efa8a9030732c4689e3a42ed (diff) | |
download | mariadb-git-a66b398eb8a8365c2070939a0a826be1d6a8708b.tar.gz |
merge
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index 0848886d6d8..11c95100db5 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -60,8 +60,10 @@ public: Item_sum(THD *thd, Item_sum *item); void cleanup() { + DBUG_ENTER("Item_sum::cleanup"); Item_result_field::cleanup(); result_field=0; + DBUG_VOID_RETURN; } enum Type type() const { return SUM_FUNC_ITEM; } |