mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix
This commit is contained in:
parent
e6a32a67ba
commit
96d34f547b
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