Commit 6f9af8ee authored by serg@serg.mysql.com's avatar serg@serg.mysql.com
Browse files

opt_range.cc bugfix (sel000033.test)

parent a8066b43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -393,8 +393,8 @@ QUICK_SELECT::QUICK_SELECT(TABLE *table,uint key_nr,bool no_alloc)
  else
    bzero((char*) &alloc,sizeof(alloc));
  file=head->file;
  // error=file->index_init(index);
  record=head->record[0];
  init();
}

QUICK_SELECT::~QUICK_SELECT()