summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorevgen@sunlight.local <>2006-07-30 00:33:24 +0400
committerevgen@sunlight.local <>2006-07-30 00:33:24 +0400
commitef4f14953640962c405e7df7fdb803daaa878128 (patch)
tree7459ead6708231c323be75b3f99c455341370348 /sql/opt_range.h
parent8cd88a91794e37ec05509ef5ea121bcb69eef0c9 (diff)
parent3ca575dc896753f9dd52f45eaf983219d5cbd899 (diff)
downloadmariadb-git-ef4f14953640962c405e7df7fdb803daaa878128.tar.gz
Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysql
into sunlight.local:/local_work/tmp_merge-5.1-opt-mysql
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index 85cedf663cd..6f26f9f782c 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -670,7 +670,7 @@ private:
#ifdef NOT_USED
bool test_if_null_range(QUICK_RANGE *range, uint used_key_parts);
#endif
- int reset(void) { next=0; rev_it.rewind(); return 0; }
+ int reset(void) { rev_it.rewind(); return QUICK_RANGE_SELECT::reset(); }
List<QUICK_RANGE> rev_ranges;
List_iterator<QUICK_RANGE> rev_it;
};