~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-13 16:39:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110813163927-luksv0xydcqmi5pz
Refactor iocache

Show diffs side-by-side

added added

removed removed

Lines of Context:
2916
2916
 
2917
2917
          join->select_options^= OPTION_FOUND_ROWS;
2918
2918
          if (table->sort.record_pointers ||
2919
 
              (table->sort.io_cache && my_b_inited(table->sort.io_cache)))
 
2919
              (table->sort.io_cache && table->sort.io_cache->inited()))
2920
2920
          {
2921
2921
            /* Using filesort */
2922
2922
            join->send_records= table->sort.found_records;