summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-03-08 11:19:48 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2019-03-08 11:19:48 +0200
commitc67b306e4f90788b979bf85f5a2ab282798fc897 (patch)
treeb7fa51ab7bacbf5ed8c20367f009625a7da0f95b /sql/item_cmpfunc.h
parent91d7e7b244be2ebf39eb135bacea99ed19657475 (diff)
parent94eb56fb29334a1075103becb625685b23f7d437 (diff)
downloadmariadb-git-c67b306e4f90788b979bf85f5a2ab282798fc897.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index ed9dc5fb59f..d78977544c7 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -3010,6 +3010,7 @@ public:
Item_transformer transformer, uchar *arg_t);
bool eval_not_null_tables(void *opt_arg);
Item *build_clone(THD *thd);
+ bool excl_dep_on_table(table_map tab_map);
bool excl_dep_on_grouping_fields(st_select_lex *sel);
bool excl_dep_on_group_fields_for_having_pushdown(st_select_lex *sel);
};