1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

This commit is contained in:
monty@donna.mysql.com
2000-12-03 12:45:00 +02:00
parent 53d7c3064b
commit 5883ec2cce
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];
}