diff options
author | unknown <mhansson/martin@linux-st28.site> | 2007-08-15 12:03:11 +0200 |
---|---|---|
committer | unknown <mhansson/martin@linux-st28.site> | 2007-08-15 12:03:11 +0200 |
commit | eea647b5d2980735d83ee30231e8e0b51d848848 (patch) | |
tree | 789836df56a45d36d2746260d77959a239420be2 /sql/handler.cc | |
parent | 730f7722b4e81dcc3af4ebe1b02b47029f498a46 (diff) | |
parent | 01f8130aa68392d14f36cc17c01e1b349bf844f5 (diff) | |
download | mariadb-git-eea647b5d2980735d83ee30231e8e0b51d848848.tar.gz |
Merge linux-st28.site:/home/martin/mysql/src/bug28570/my50-bug28570
into linux-st28.site:/home/martin/mysql/src/bug28570/my51-bug28570
sql/opt_range.cc:
Auto merged
mysql-test/include/mix1.inc:
Bug#28570: Hand merged test case
mysql-test/r/innodb_mysql.result:
Bug#28570: Hand merged test result
sql/handler.cc:
Bug#28570: Hand merged file
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 e828c9cdde8..fb1a7bf2790 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 |