summaryrefslogtreecommitdiff
path: root/sql/item_row.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-11-09 23:21:41 +0200
committerMonty <monty@mariadb.org>2017-11-09 23:21:41 +0200
commit0bb0d52221af99c46d17486382806caa6dd7338e (patch)
tree92b2ddfceaf8df5be6d47774b25fd3006ac5bb35 /sql/item_row.h
parent7dbff2c513aeec3b3f3d0fa4952ae97deba22282 (diff)
parentd40c23570ff1a9ba5aa317b85a32a4b27780b8ab (diff)
downloadmariadb-git-0bb0d52221af99c46d17486382806caa6dd7338e.tar.gz
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
Conflicts: mysql-test/r/cte_recursive.result mysql-test/r/derived_cond_pushdown.result mysql-test/t/cte_recursive.test mysql-test/t/derived_cond_pushdown.test sql/datadict.cc sql/handler.cc
Diffstat (limited to 'sql/item_row.h')
-rw-r--r--sql/item_row.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_row.h b/sql/item_row.h
index 83e9743fede..a6fdd2b212c 100644
--- a/sql/item_row.h
+++ b/sql/item_row.h
@@ -81,7 +81,7 @@ public:
return 0;
};
bool fix_fields(THD *thd, Item **ref);
- void fix_after_pullout(st_select_lex *new_parent, Item **ref);
+ void fix_after_pullout(st_select_lex *new_parent, Item **ref, bool merge);
void cleanup();
void split_sum_func(THD *thd, Ref_ptr_array ref_pointer_array,
List<Item> &fields, uint flags);