json case to enum not support

This commit is contained in:
xj0 2022-03-08 11:21:48 +08:00 committed by LINxiansheng
parent eb82c66278
commit 1c769b3314

View File

@ -8532,6 +8532,11 @@ ObExpr::EvalEnumSetFunc OB_DATUM_CAST_MYSQL_ENUMSET_IMPLICIT[ObMaxTC][2] = {
/*unknow -> enum_or_set*/
cast_not_support_enum_set, /*enum*/
cast_not_support_enum_set, /*set*/
},
{
/*json -> enum_or_set*/
cast_not_support_enum_set, /*enum*/
cast_not_support_enum_set, /*set*/
}
};