summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r--sql/item_subselect.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc
index dd362cbc15e..36ce86fca29 100644
--- a/sql/item_subselect.cc
+++ b/sql/item_subselect.cc
@@ -116,9 +116,8 @@ void Item_subselect::init(st_select_lex *select_lex,
do not take into account expression inside aggregate functions because
they can access original table fields
*/
- parsing_place= (outer_select->in_sum_expr ?
- NO_MATTER :
- outer_select->parsing_place);
+ parsing_place= (outer_select->in_sum_expr ? NO_MATTER
+ : outer_select->parsing_place);
if (unit->is_unit_op())
engine= new subselect_union_engine(unit, result, this);
else