~mordred/drizzle/add-drizzle-namespace

« back to all changes in this revision

Viewing changes to drizzled/filesort.cc

  • Committer: Brian Aker
  • Date: 2009-11-16 20:50:08 UTC
  • mfrom: (1220.2.1 engine-flags)
  • mto: This revision was merged to the branch mainline in revision 1221.
  • Revision ID: brian@gaz-20091116205008-ef8du4jreitoxvjz
Merge Brian (first pass of this cleanup)

Show diffs side-by-side

added added

removed removed

Lines of Context:
465
465
  ref_pos= ref_buff;
466
466
  quick_select=select && select->quick;
467
467
  record=0;
468
 
  flag= ((!indexfile && file->ha_table_flags() & HA_REC_NOT_IN_SEQ)
 
468
  flag= ((!indexfile && ! file->isOrdered())
469
469
         || quick_select);
470
470
  if (indexfile || flag)
471
471
    ref_pos= &file->ref[0];