summaryrefslogtreecommitdiff
path: root/sql/filesort.cc
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2006-06-06 13:40:15 +0300
committerunknown <monty@mysql.com>2006-06-06 13:40:15 +0300
commit0b870cc18e552dab5f33174c583b8af01f24ba9d (patch)
tree82b49880f9090718cbf70c31cf25208586902565 /sql/filesort.cc
parent2017107969f25998c2e0970b6bbe3749ef9ea244 (diff)
downloadmariadb-git-0b870cc18e552dab5f33174c583b8af01f24ba9d.tar.gz
Manually reapplied msvenssons changes to new BK tree:
Add definition of YASSL_PREFIX to Cmake file Change "and" to "&&" Remove the "static" directive SunCC can't use the function extra/yassl/CMakeLists.txt: Add definition of YASSL_PREFIX to Cmake file sql/filesort.cc: Change "and" to "&&" sql/handler.cc: Remove the "static" directive SunCC can't use the function
Diffstat (limited to 'sql/filesort.cc')
-rw-r--r--sql/filesort.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/filesort.cc b/sql/filesort.cc
index 38c7910be91..4e48df5db9f 100644
--- a/sql/filesort.cc
+++ b/sql/filesort.cc
@@ -454,7 +454,7 @@ static ha_rows find_all_keys(SORTPARAM *param, SQL_SELECT *select,
/* Temporary set for register_used_fields and register_field_in_read_map */
sort_form->read_set= &sort_form->tmp_set;
register_used_fields(param);
- if (select and select->cond)
+ if (select && select->cond)
select->cond->walk(&Item::register_field_in_read_map, 1,
(byte*) sort_form);
sort_form->column_bitmaps_set(&sort_form->tmp_set, &sort_form->tmp_set);