mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
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:
parent
98501adef9
commit
03155012e5
2 changed files with 20 additions and 17 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue