summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-03 12:45:00 +0200
committerunknown <monty@donna.mysql.com>2000-12-03 12:45:00 +0200
commit03155012e5c43fd0faf1a194384a36b2f3c13934 (patch)
tree95f5fdda344db05f8dba0b22fdd91717217e830a /sql/opt_range.cc
parent98501adef90d44b258b98e0d229ac37ba85e70ee (diff)
downloadmariadb-git-03155012e5c43fd0faf1a194384a36b2f3c13934.tar.gz
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
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r--sql/opt_range.cc2
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];
}