diff options
author | Evgeny Potemkin <epotemkin@mysql.com> | 2009-11-06 22:42:24 +0300 |
---|---|---|
committer | Evgeny Potemkin <epotemkin@mysql.com> | 2009-11-06 22:42:24 +0300 |
commit | 5594215c5877d3b69afb3bf93ba3e656cf2f95f9 (patch) | |
tree | 87a29826dd6b7a9c6edd9743ac44ef603633fa21 /sql/item_cmpfunc.h | |
parent | 25b7b377f218f1ded7d4b3b67c71afd6fb20460d (diff) | |
parent | c81e23457aca99ea760fbd9143e22b95bb1a7cf2 (diff) | |
download | mariadb-git-5594215c5877d3b69afb3bf93ba3e656cf2f95f9.tar.gz |
Auto-merged fix for the bug#34384.
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index 437d9541e50..2434c9f4bc4 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -94,6 +94,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; |