summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-01-02 12:24:33 +0200
committerunknown <bell@sanja.is.com.ua>2003-01-02 12:24:33 +0200
commit3fe840ee07992340b5b7977ec66483e6f837ba1b (patch)
tree97814f92c58bdd329bfaa1a60725d7be46326137 /sql/item_subselect.cc
parentbe551fd94370ef85aa9aa9cad36a890eee9c04b0 (diff)
downloadmariadb-git-3fe840ee07992340b5b7977ec66483e6f837ba1b.tar.gz
post-post-review fix (SCRUM)
sql/item.cc: post-post-review fix sql/item_cmpfunc.h: post-post-review fix sql/item_row.cc: post-post-review fix sql/item_subselect.cc: post-post-review fix
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r--sql/item_subselect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc
index 75aef846b17..c5ecdc87d40 100644
--- a/sql/item_subselect.cc
+++ b/sql/item_subselect.cc
@@ -604,7 +604,7 @@ void Item_in_subselect::row_value_transformer(THD *thd,
}
if (sl->having || sl->with_sum_func || sl->group_list.first ||
- !sl->table_list.elements || !sl->table_list.elements)
+ !sl->table_list.elements)
sl->having= and_items(sl->having, item);
else
sl->where= and_items(sl->where, item);