mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
opt_range.cc bugfix (sel000033.test)
sql/opt_range.cc: bugfix (sel000033.test)
This commit is contained in:
parent
5a51c26aca
commit
6387b010c4
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue