summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <mhansson@dl145s.mysql.com>2007-08-15 12:42:39 +0200
committerunknown <mhansson@dl145s.mysql.com>2007-08-15 12:42:39 +0200
commitfae4347f88824e956281511d5679f1610202b604 (patch)
tree92db8901a48ca8c31fe32bfc07139399a224e135 /sql/handler.cc
parent9d819b7d7f748b41e137b1eb94495156041a2593 (diff)
parenteea647b5d2980735d83ee30231e8e0b51d848848 (diff)
downloadmariadb-git-fae4347f88824e956281511d5679f1610202b604.tar.gz
Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.1-opt
into dl145s.mysql.com:/data0/mhansson/my51-bug28570 sql/handler.cc: Auto merged
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 3e9524e9821..1faaccf1257 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -3186,7 +3186,8 @@ int handler::read_multi_range_next(KEY_MULTI_RANGE **found_range_p)
read_range_first()
start_key Start key. Is 0 if no min range
end_key End key. Is 0 if no max range
- eq_range_arg Set to 1 if start_key == end_key
+ eq_range_arg Set to 1 if start_key == end_key and the range endpoints
+ will not change during query execution.
sorted Set to 1 if result should be sorted per key
NOTES