~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.cc

  • Committer: Brian Aker
  • Date: 2009-01-10 22:27:38 UTC
  • mfrom: (779.1.8 devel)
  • Revision ID: brian@tangent.org-20090110222738-zx4zzq9lsa3othvn
Merge for Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1033
1033
    select->file= *head->sort.io_cache;
1034
1034
    select->records=(ha_rows) (select->file.end_of_file/
1035
1035
                               head->file->ref_length);
1036
 
    free(head->sort.io_cache);
 
1036
    delete head->sort.io_cache;
1037
1037
    head->sort.io_cache=0;
1038
1038
  }
1039
1039
  return(select);