This commit is contained in:
bar@gw.udmsearch.izhnet.ru 2002-06-27 19:00:49 +05:00
parent 3ad618d403
commit 2e1285f296

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;