1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Better wording in comments

This commit is contained in:
sergefp@mysql.com
2007-09-12 18:13:19 +04:00
parent 06f12f66e8
commit 1ff0caf49d

View File

@@ -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.
*/