mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
item_strfunc.cc:
Charset conversion function changes coercibility to IMPLICIT sql/item_strfunc.cc: Charset conversion function changes coercibility to IMPLICIT
This commit is contained in:
parent
882aed0d0b
commit
26231c2363
1 changed files with 1 additions and 0 deletions
|
@ -2079,6 +2079,7 @@ outp:
|
|||
void Item_func_conv_charset::fix_length_and_dec()
|
||||
{
|
||||
max_length = args[0]->max_length*conv_charset->mbmaxlen;
|
||||
coercibility= COER_IMPLICIT;
|
||||
set_charset(conv_charset);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue