diff options
author | monty@donna.mysql.com <> | 2000-12-03 12:45:00 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-03 12:45:00 +0200 |
commit | 5883ec2cceaa50fc24eb1cfed24c054d08c80490 (patch) | |
tree | 95f5fdda344db05f8dba0b22fdd91717217e830a /sql/opt_range.cc | |
parent | 53d7c3064b23f04b04a379181e74b75ff5fc08e0 (diff) | |
download | mariadb-git-5883ec2cceaa50fc24eb1cfed24c054d08c80490.tar.gz |
Small manual changes + fix bug in range optimizer becasue of commented code
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r-- | sql/opt_range.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc index d0310bf58e5..68123488852 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -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]; } |