This commit is contained in:
bell@sanja.is.com.ua 2004-02-17 11:12:55 +02:00
commit a66b398eb8
19 changed files with 569 additions and 171 deletions

View file

@ -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; }