item_strfunc.cc:

Charset conversion function changes coercibility to IMPLICIT


sql/item_strfunc.cc:
  Charset conversion function changes coercibility to IMPLICIT
This commit is contained in:
unknown 2003-02-28 20:25:25 +04:00
parent 882aed0d0b
commit 26231c2363

View file

@ -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);
}