summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgshchepa/uchum@gleb.loc <>2007-09-13 11:48:58 +0500
committergshchepa/uchum@gleb.loc <>2007-09-13 11:48:58 +0500
commit2e7306d503df2dc775f4a87552db7cb9003cf705 (patch)
treeeb61e7dfe69f3a2ce60b35fc0bbb7fb6cf2840bc
parentff042427cfc8bd423c1881daad106922d56cdcd3 (diff)
parent1ff0caf49d8d3262249b67595cc3d3fa2af37129 (diff)
downloadmariadb-git-2e7306d503df2dc775f4a87552db7cb9003cf705.tar.gz
Merge gshchepa@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into gleb.loc:/home/uchum/work/bk/5.0-opt
-rw-r--r--sql/opt_range.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc
index f57cb03ca53..04e2816d553 100644
--- a/sql/opt_range.cc
+++ b/sql/opt_range.cc
@@ -1597,10 +1597,10 @@ SEL_ARG *SEL_ARG::clone_tree(PARAM *param)
the UPDATE/DELETE code will work:
* index can only be scanned in forward direction
* HA_EXTRA_KEYREAD will not be used
- Perhaps these assumptions could be relaxed
+ Perhaps these assumptions could be relaxed.
RETURN
- index number
+ Number of the index that produces the required ordering in the cheapest way
MAX_KEY if no such index was found.
*/