diff options
author | unknown <mhansson@dl145s.mysql.com> | 2007-08-15 12:42:39 +0200 |
---|---|---|
committer | unknown <mhansson@dl145s.mysql.com> | 2007-08-15 12:42:39 +0200 |
commit | fae4347f88824e956281511d5679f1610202b604 (patch) | |
tree | 92db8901a48ca8c31fe32bfc07139399a224e135 /sql/handler.cc | |
parent | 9d819b7d7f748b41e137b1eb94495156041a2593 (diff) | |
parent | eea647b5d2980735d83ee30231e8e0b51d848848 (diff) | |
download | mariadb-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.cc | 3 |
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 |