From c4a908cb56d3ed81879573631d1f180d4962ed4e Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Tue, 30 Jan 2018 11:35:27 +0400 Subject: MDEV-13790 UNHEX() of a somewhat complicated CONCAT() returns NULL --- sql/item_strfunc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/item_strfunc.h') diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index aa3486d4e73..12c348aa9fa 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -156,6 +156,7 @@ public: class Item_func_concat :public Item_str_func { String tmp_value; + bool realloc_result(String *str, uint length) const; public: Item_func_concat(List &list) :Item_str_func(list) {} Item_func_concat(Item *a,Item *b) :Item_str_func(a,b) {} -- cgit v1.2.1