~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2009-08-05 07:19:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1111.
  • Revision ID: brian@gaz-20090805071917-ukm39wpvfesxthiz
More Table refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
5847
5847
   - If no index, create with filesort() an index file that can be used to
5848
5848
     retrieve rows in order (should be done with 'read_record').
5849
5849
     The sorted data is stored in tab->table and will be freed when calling
5850
 
     free_io_cache(tab->table).
 
5850
     tab->table->free_io_cache().
5851
5851
 
5852
5852
  RETURN VALUES
5853
5853
    0           ok