diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index e9554443d81..36768cc4926 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -2079,6 +2079,7 @@ outp: void Item_func_conv_charset::fix_length_and_dec() { max_length = args[0]->max_length*conv_charset->mbmaxlen; + coercibility= COER_IMPLICIT; set_charset(conv_charset); }