mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Fix
This commit is contained in:
parent
3ad618d403
commit
2e1285f296
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue