summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <gshchepa/uchum@gleb.loc>2007-09-13 11:48:58 +0500
committerunknown <gshchepa/uchum@gleb.loc>2007-09-13 11:48:58 +0500
commitaa5da0fc9ec4b90ae6ba8ad17334bc67d40bf66e (patch)
treeeb61e7dfe69f3a2ce60b35fc0bbb7fb6cf2840bc
parent2978fcc3e9e96d8e0adfd1310873cb9ef3410b19 (diff)
parent0068c1893054a81ce981ede96e97dbb790cf04ba (diff)
downloadmariadb-git-aa5da0fc9ec4b90ae6ba8ad17334bc67d40bf66e.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.
*/