mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
opt_range.cc bugfix (sel000033.test)
sql/opt_range.cc: bugfix (sel000033.test)
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user