~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_derived.cc

  • Committer: Jay Pipes
  • Date: 2008-08-28 22:46:20 UTC
  • mfrom: (372.1.1 bugfix-261867)
  • Revision ID: jay@mysql.com-20080828224620-x4e56nxfyxnzkrfc
Merged Grant's fixes for sql_derived.  Fixes bug#261687

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    if (res)
145
145
    {
146
146
      if (table)
147
 
        free_tmp_table(thd, table);
 
147
          table->free_tmp_table(thd);
148
148
      delete derived_result;
149
149
    }
150
150
    else