~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

  • Committer: Brian Aker
  • Date: 2010-11-06 15:43:10 UTC
  • mfrom: (1908.1.1 merge)
  • Revision ID: brian@tangent.org-20101106154310-g1jpjzwbc53pfc4f
Filesort encapsulation, plus modification to copy contructor

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
      if (not (sortorder= make_unireg_sortorder((Order*) order->first, &length, NULL)) ||
213
213
          (table->sort.found_records = filesort.run(table, sortorder, length,
214
214
                                                    select, HA_POS_ERROR, 1,
215
 
                                                    &examined_rows)) == HA_POS_ERROR)
 
215
                                                    examined_rows)) == HA_POS_ERROR)
216
216
      {
217
217
        delete select;
218
218
        free_underlaid_joins(session, &session->lex->select_lex);