~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.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:
5062
5062
  FileSort filesort(*session);
5063
5063
  table->sort.found_records=filesort.run(table,join->sortorder, length,
5064
5064
                                         select, filesort_limit, 0,
5065
 
                                         &examined_rows);
 
5065
                                         examined_rows);
5066
5066
  tab->records= table->sort.found_records;      // For SQL_CALC_ROWS
5067
5067
  if (select)
5068
5068
  {