diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-10-29 18:04:23 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-10-29 18:04:23 +0100 |
commit | caa4fffa000a863f7594430d38cc3979a98d1ad2 (patch) | |
tree | 99db8fe063f30f3f4d341c3a352f0e87bf3b498e /sql/opt_range.cc | |
parent | 53dc58d841597292e95a1a4105d29d6ec0d47e3e (diff) | |
download | mariadb-git-caa4fffa000a863f7594430d38cc3979a98d1ad2.tar.gz |
Changed COLUMN_LIST to COLUMNS after arch review
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r-- | sql/opt_range.cc | 2 |
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 |