summaryrefslogtreecommitdiff
path: root/sql/item_row.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-06-27 08:13:59 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-06-27 08:13:59 +0300
commit43c77bb937cbd2fff10b980047b9926a5711a8b3 (patch)
tree8316d8bedbd005283a09fb49259ef02155a31869 /sql/item_row.h
parented61fddf241e2e7e1b3b4db8e60fd1f939568bdd (diff)
parent29624ea304b5893d3bc81670807285a89fce1a33 (diff)
downloadmariadb-git-43c77bb937cbd2fff10b980047b9926a5711a8b3.tar.gz
Merge 10.2 into bb-10.2-ext
Diffstat (limited to 'sql/item_row.h')
-rw-r--r--sql/item_row.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/item_row.h b/sql/item_row.h
index 83ceb80a359..9c92e19caab 100644
--- a/sql/item_row.h
+++ b/sql/item_row.h
@@ -120,6 +120,16 @@ public:
return this;
}
+ bool excl_dep_on_table(table_map tab_map)
+ {
+ return Item_args::excl_dep_on_table(tab_map);
+ }
+
+ bool excl_dep_on_grouping_fields(st_select_lex *sel)
+ {
+ return Item_args::excl_dep_on_grouping_fields(sel);
+ }
+
bool check_vcol_func_processor(void *arg) {return FALSE; }
Item *get_copy(THD *thd, MEM_ROOT *mem_root)
{ return get_item_copy<Item_row>(thd, mem_root, this); }