From 59d847bd26b8988678e6215265e2ff14333b3446 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Wed, 15 Apr 2015 12:08:37 +0400 Subject: MDEV-7814 Assertion `args[0]->fixed' fails in Item_func_conv_charset::Item_func_conv_charset Removing a wrong assertion. --- sql/item_strfunc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql') diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index fcc1991774c..7606c281548 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -827,7 +827,6 @@ public: Item_func_conv_charset(Item *a, CHARSET_INFO *cs, bool cache_if_const) :Item_str_func(a) { - DBUG_ASSERT(args[0]->fixed); conv_charset= cs; if (cache_if_const && args[0]->const_item() && !args[0]->is_expensive()) { -- cgit v1.2.1