summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-10-29 18:04:23 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-10-29 18:04:23 +0100
commit441b53f8ba15c20428035e076a7ea895b37b128d (patch)
tree99db8fe063f30f3f4d341c3a352f0e87bf3b498e /sql/opt_range.cc
parentc7c4170eb57d3654684e19c38b68520a80329792 (diff)
downloadmariadb-git-441b53f8ba15c20428035e076a7ea895b37b128d.tar.gz
Changed COLUMN_LIST to COLUMNS after arch review
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r--sql/opt_range.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc
index fb342359c5f..ce86fa535fe 100644
--- a/sql/opt_range.cc
+++ b/sql/opt_range.cc
@@ -3251,7 +3251,7 @@ int find_used_partitions(PART_PRUNE_PARAM *ppar, SEL_ARG *key_tree)
/*
We need to call the interval mapper if we have a condition which
- makes sense to prune on. In the example of a COLUMN_LIST on a and
+ makes sense to prune on. In the example of COLUMNS on a and
b it makes sense if we have a condition on a, or conditions on
both a and b. If we only have conditions on b it might make sense
but this is a harder case we will solve later. For the harder case