diff options
author | unknown <sergefp@mysql.com> | 2007-09-12 18:13:19 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2007-09-12 18:13:19 +0400 |
commit | 0068c1893054a81ce981ede96e97dbb790cf04ba (patch) | |
tree | 2091f47cf10b70a28a95b187ac9488d39a3e7be8 /sql | |
parent | ba39449e01c88f84a3a1b0cbc55fadb77ef20e82 (diff) | |
download | mariadb-git-0068c1893054a81ce981ede96e97dbb790cf04ba.tar.gz |
Better wording in comments
Diffstat (limited to 'sql')
-rw-r--r-- | sql/opt_range.cc | 4 |
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. */ |