Commit 7df75ca7 authored by unknown's avatar unknown

Further fix for export class problem

parent d78d76f1
......@@ -198,6 +198,7 @@ String *Item_field::val_str(String *str)
{
if ((null_value=field->is_null()))
return 0;
str->set_charset(str_value.charset());
return field->val_str(str,&str_value);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment