Further fix for export class problem

parent 885d9d90
...@@ -198,6 +198,7 @@ String *Item_field::val_str(String *str) ...@@ -198,6 +198,7 @@ String *Item_field::val_str(String *str)
{ {
if ((null_value=field->is_null())) if ((null_value=field->is_null()))
return 0; return 0;
str->set_charset(str_value.charset());
return field->val_str(str,&str_value); 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