Support TEXT data type cast to SET/ENUM

This commit is contained in:
br0
2021-09-22 16:06:42 +08:00
committed by wangzelin.wzl
parent eff6d19fcc
commit 77b7c6140f
2 changed files with 6 additions and 5 deletions

View File

@ -7489,8 +7489,8 @@ ObExpr::EvalEnumSetFunc OB_DATUM_CAST_MYSQL_ENUMSET_IMPLICIT[ObMaxTC][2] = {{
},
{
/*text -> enum_or_set*/
cast_not_support_enum_set, /*enum*/
cast_not_support_enum_set, /*set*/
string_enum, /*enum*/
string_set, /*set*/
},
{
/*bit -> enum_or_set*/