From 26231c236378dfeb09a39fe18feaa1d248a06c8c Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 28 Feb 2003 20:25:25 +0400 Subject: item_strfunc.cc: Charset conversion function changes coercibility to IMPLICIT sql/item_strfunc.cc: Charset conversion function changes coercibility to IMPLICIT --- sql/item_strfunc.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'sql') 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); } -- cgit v1.2.1