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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc
index a70d04fccbe..50533c1a7ff 100644
--- a/sql/item_subselect.cc
+++ b/sql/item_subselect.cc
@@ -2477,6 +2477,8 @@ void Item_in_subselect::fix_after_pullout(st_select_lex *new_parent, Item **ref)
{
left_expr->fix_after_pullout(new_parent, &left_expr);
Item_subselect::fix_after_pullout(new_parent, ref);
+ //psergey-todo: the above looks odd, why don't we 'aggregate' left_expr with
+ //the rest?
}
void Item_in_subselect::update_used_tables()