diff options
author | bell@sanja.is.com.ua <> | 2003-01-02 12:24:33 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-01-02 12:24:33 +0200 |
commit | 945758f0ec2f91eeb680394296bf1a50f8b82523 (patch) | |
tree | 97814f92c58bdd329bfaa1a60725d7be46326137 /sql/item_subselect.cc | |
parent | aedd600401585b0719d64acae560836d6fc83c12 (diff) | |
download | mariadb-git-945758f0ec2f91eeb680394296bf1a50f8b82523.tar.gz |
post-post-review fix (SCRUM)
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r-- | sql/item_subselect.cc | 2 |
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); |