mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Further fix for export class problem
This commit is contained in:
parent
885d9d9037
commit
adac21640e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue