Commit 4fadcc92 authored by unknown's avatar unknown

opt_range.cc bugfix (sel000033.test)


sql/opt_range.cc:
  bugfix (sel000033.test)
parent 1fc8c69a
...@@ -393,8 +393,8 @@ QUICK_SELECT::QUICK_SELECT(TABLE *table,uint key_nr,bool no_alloc) ...@@ -393,8 +393,8 @@ QUICK_SELECT::QUICK_SELECT(TABLE *table,uint key_nr,bool no_alloc)
else else
bzero((char*) &alloc,sizeof(alloc)); bzero((char*) &alloc,sizeof(alloc));
file=head->file; file=head->file;
// error=file->index_init(index);
record=head->record[0]; record=head->record[0];
init();
} }
QUICK_SELECT::~QUICK_SELECT() QUICK_SELECT::~QUICK_SELECT()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment