[FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com> Co-authored-by: fkuner <784819644@qq.com> Co-authored-by: lucky-sinx <2549261744@qq.com>
This commit is contained in:
@ -644,6 +644,7 @@ int ObPlanSet::remove_cache_obj_entry(const ObCacheObjID obj_id)
|
||||
ObPCVSet *pcv_set = NULL;
|
||||
if (OB_ISNULL(get_plan_cache_value())
|
||||
|| OB_ISNULL(pcv_set = get_plan_cache_value()->get_pcv_set())) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("invalid argument", K(pcv_set));
|
||||
} else if (NULL == (pc = get_plan_cache())) {
|
||||
LOG_WARN("invalid argument", K(pc));
|
||||
|
||||
Reference in New Issue
Block a user