~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Brian Aker
  • Date: 2009-08-05 08:23:47 UTC
  • mfrom: (1109.1.6 merge)
  • Revision ID: brian@gaz-20090805082347-j2l9604jru68iu7s
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
  }
248
248
  if (info->table)
249
249
  {
250
 
    filesort_free_buffers(info->table,0);
 
250
    info->table->filesort_free_buffers();
251
251
    (void) info->file->extra(HA_EXTRA_NO_CACHE);
252
252
    if (info->read_record != rr_quick) // otherwise quick_range does it
253
253
      (void) info->file->ha_index_or_rnd_end();