diff options
author | unknown <monty@donna.mysql.com> | 2000-12-03 12:45:00 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-12-03 12:45:00 +0200 |
commit | 03155012e5c43fd0faf1a194384a36b2f3c13934 (patch) | |
tree | 95f5fdda344db05f8dba0b22fdd91717217e830a /sql/opt_range.cc | |
parent | 98501adef90d44b258b98e0d229ac37ba85e70ee (diff) | |
download | mariadb-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.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]; } |