summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2018-08-21 10:07:26 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2018-08-21 10:07:26 +0200
commitb4210f364003fbea3ccd778b5f5f5dbfc2bfa2f8 (patch)
treedf1647a564cfe504d5ceae00e1bb09ba750bdf77 /sql/item_cmpfunc.h
parent75dfd4acb995789ca5f86ccbd361fff9d2797e79 (diff)
parentbcc677bb7264db08b22284998706b44c377ed8ec (diff)
downloadmariadb-git-b4210f364003fbea3ccd778b5f5f5dbfc2bfa2f8.tar.gz
Merge branch '10.0' into 10.1
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 03f234ad1e4..8d85bc8afca 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -1720,6 +1720,7 @@ public:
}
COND *remove_eq_conds(THD *thd, Item::cond_result *cond_value,
bool top_level);
+ virtual void print(String *str, enum_query_type query_type);
table_map not_null_tables() const { return 0; }
Item *neg_transformer(THD *thd);
};