fix mysqltest case regression

This commit is contained in:
obdev
2024-09-19 08:46:55 +00:00
committed by ob-robot
parent 667385abb5
commit c7227ffcae

View File

@ -2338,7 +2338,7 @@ int ObExprOperator::calc_cmp_type2(ObExprResType &type,
type2.get_type()))) {
LOG_WARN("fail to get cmp_type",K(ret));
} else if (OB_UNLIKELY(ObMaxType == cmp_type)) {
ret = OB_ERR_INVALID_TYPE_FOR_OP;
ret = OB_INVALID_ARGUMENT;
LOG_WARN("invalid cmp type", K(ret), K(type1), K(type2), K(left_is_const), K(right_is_const));
} else if (ObURowIDType == cmp_type) {
// 如果比较是urwoid类型,只支持<urwoid, urowid>,<string, urwoid>, <urowid, string>,