summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-02-08 20:14:13 +0200
committerbell@sanja.is.com.ua <>2004-02-08 20:14:13 +0200
commit69e2460bd4f5c122017a281e8fdbbc6dedb5a671 (patch)
tree14b2b58964802549177419493c886e1dd62be7e3 /sql/item_sum.h
parent8eb590a71ec484146432cf6ae37d51fe4e6f814b (diff)
downloadmariadb-git-69e2460bd4f5c122017a281e8fdbbc6dedb5a671.tar.gz
fixed subquery with PS (BUG#2462)
fixed UNION preparation
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r--sql/item_sum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h
index dc84e4d4ab7..038b3ecd71e 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; }