Small manual changes + fix bug in range optimizer becasue of commented code

mysql-test/chew_on_this/select.res:
  ***MISSING WEAVE***
Docs/manual.texi:
  Clarifications
sql/opt_range.cc:
  Removed comment from critical code
This commit is contained in:
unknown 2000-12-03 12:45:00 +02:00
commit 03155012e5
2 changed files with 20 additions and 17 deletions

View file

@ -393,7 +393,7 @@ 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);
error=file->index_init(index);
record=head->record[0];
}