summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2006-08-23 01:03:28 +0400
committerunknown <evgen@moonbone.local>2006-08-23 01:03:28 +0400
commitd8c9de79f44dec1139046af7f7605f01e15d03fd (patch)
tree7c1a1020bdab14e6eeffc149cd1864bece92c32c /sql/item_func.h
parent3a23139aa4215c9fac16300ea9af1a626eb04026 (diff)
downloadmariadb-git-d8c9de79f44dec1139046af7f7605f01e15d03fd.tar.gz
item_cmpfunc.cc, item.cc:
Additional fix for bug #21475 item_func.h, item_func.cc: Additional fix for bug#16861 sql/item_func.h: Additional fix for bug#16861 sql/item_func.cc: Additional fix for bug#16861 sql/item_cmpfunc.cc: Additional fix for bug #21475 sql/item.cc: Additional fix for bug #21475
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 09429accbad..c15b0b854b0 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1175,6 +1175,7 @@ public:
bool update_hash(void *ptr, uint length, enum Item_result type,
CHARSET_INFO *cs, Derivation dv, bool unsigned_arg= 0);
bool send(Protocol *protocol, String *str_arg);
+ void make_field(Send_field *tmp_field);
bool check(bool use_result_field);
bool update();
enum Item_result result_type () const { return cached_result_type; }