~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/range.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:
379
379
{
380
380
  quick_keys.reset();
381
381
  needed_reg.reset();
382
 
  my_b_clear(file);
 
382
  file->clear();
383
383
}
384
384
 
385
385
 
386
386
void optimizer::SqlSelect::cleanup()
387
387
{
388
 
 
389
388
  delete quick;
390
389
  quick= NULL;
391
390