summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorEvgeny Potemkin <epotemkin@mysql.com>2009-12-01 22:41:39 +0300
committerEvgeny Potemkin <epotemkin@mysql.com>2009-12-01 22:41:39 +0300
commit9e5d1bb6647c88e5a60c2a3e7eadc76fd1089135 (patch)
tree1d06fec7c3a7a43683dba7f07e68c2d244161127 /sql/item_cmpfunc.h
parentad36684576874b2eecdc2b1055e017285cae0f75 (diff)
parentc81e23457aca99ea760fbd9143e22b95bb1a7cf2 (diff)
downloadmariadb-git-9e5d1bb6647c88e5a60c2a3e7eadc76fd1089135.tar.gz
Auto-merged fix for the bug#34384.
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 8354f6a5d30..c179840746e 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -97,6 +97,8 @@ public:
ulonglong *const_val_arg);
void set_datetime_cmp_func(Item **a1, Item **b1);
+ Item** cache_converted_constant(THD *thd, Item **value, Item **cache,
+ Item_result type);
static arg_cmp_func comparator_matrix [5][2];
friend class Item_func;