mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03: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:
@ -2079,6 +2079,7 @@ outp:
|
|||||||
void Item_func_conv_charset::fix_length_and_dec()
|
void Item_func_conv_charset::fix_length_and_dec()
|
||||||
{
|
{
|
||||||
max_length = args[0]->max_length*conv_charset->mbmaxlen;
|
max_length = args[0]->max_length*conv_charset->mbmaxlen;
|
||||||
|
coercibility= COER_IMPLICIT;
|
||||||
set_charset(conv_charset);
|
set_charset(conv_charset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user