~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.cc

  • Committer: Monty Taylor
  • Date: 2009-12-24 00:54:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091224005433-tusma8xhir1jgs3w
Reverted a change that is no longer necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3284
3284
 
3285
3285
  if (arg_count_order)
3286
3286
  {
3287
 
    tree= new TREE;
 
3287
    tree= &tree_base;
3288
3288
    /*
3289
3289
      Create a tree for sorting. The tree is used to sort (according to the
3290
3290
      syntax of this function). If there is no order_st BY clause, we don't
3394
3394
{
3395
3395
  if (!original && unique_filter)
3396
3396
    delete unique_filter;
3397
 
  if (tree)
3398
 
    delete tree;
3399
3397
}