~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_sum.cc

  • Committer: Brian Aker
  • Date: 2008-08-15 21:14:46 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080815211446-aqtozo1hoe8mb2az
Commiting next pass of Table class cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2488
2488
    is_evaluated= false;
2489
2489
    if (table)
2490
2490
    {
2491
 
      free_tmp_table(table->in_use, table);
 
2491
      table->free_tmp_table(table->in_use);
2492
2492
      table= 0;
2493
2493
    }
2494
2494
    delete tmp_table_param;
3155
3155
    if (table)
3156
3156
    {
3157
3157
      THD *thd= table->in_use;
3158
 
      free_tmp_table(thd, table);
 
3158
      table->free_tmp_table(thd);
3159
3159
      table= 0;
3160
3160
      if (tree)
3161
3161
      {