to issue<38211687><49782442><36841844><33833762>:fix serveral bugs
This commit is contained in:
@ -1510,7 +1510,7 @@ int ObPlanCacheValue::match(ObPlanCacheCtx &pc_ctx,
|
||||
} else if (OB_ISNULL(ps_param)) {
|
||||
ret = OB_INVALID_ARGUMENT;
|
||||
LOG_WARN("invalid argument", K(ps_param));
|
||||
} else if (!not_param_var_[i].ps_param_.can_compare(*ps_param)) {
|
||||
} else if (ps_param->is_pl_extend() || !not_param_var_[i].ps_param_.can_compare(*ps_param)) {
|
||||
is_same = false;
|
||||
LOG_WARN("can not compare", K(not_param_var_[i].ps_param_), K(*ps_param), K(i));
|
||||
} else if (not_param_var_[i].ps_param_.is_string_type()
|
||||
|
||||
Reference in New Issue
Block a user