diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-02-28 20:25:25 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-02-28 20:25:25 +0400 |
commit | aed2e289d801849721f4f605aed03939467896f3 (patch) | |
tree | c822c756049aa8c941d14cf3af3fa26960a6c586 /sql | |
parent | d8eec237a80ad223218e29c2309740782352480a (diff) | |
download | mariadb-git-aed2e289d801849721f4f605aed03939467896f3.tar.gz |
item_strfunc.cc:
Charset conversion function changes coercibility to IMPLICIT
sql/item_strfunc.cc:
Charset conversion function changes coercibility to IMPLICIT
Diffstat (limited to 'sql')
-rw-r--r-- | sql/item_strfunc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index e9554443d81..36768cc4926 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -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); } |