This commit is contained in:
unknown 2002-06-27 19:00:49 +05:00
parent e6a32a67ba
commit 96d34f547b

View file

@ -1792,6 +1792,7 @@ String *Item_func_conv_charset::val_str(String *str)
null_value=1;
return 0;
}
null_value=0;
from=arg->charset();
to=conv_charset;