Merge branch 'pr_1548'

This commit is contained in:
ob-robot
2023-09-13 05:08:05 +00:00
9 changed files with 19 additions and 19 deletions

View File

@ -138,7 +138,7 @@ public:
other.ref_handle_ = tmp.ref_handle_;
// If not reset tmp in this line, the reference count of current cache_obj_
// will be mistakely decrease.
// will be mistakenly decrease.
tmp.reset();
}
TO_STRING_KV(K_(cache_obj));

View File

@ -524,7 +524,7 @@ int ObPsStmtInfo::get_convert_size(int64_t &cv_size) const
ret = OB_ERR_UNEXPECTED;
LOG_WARN("is null", K(ret));
} else if (OB_FAIL(get_deep_copy_size(param->node_, &raw_params_size))) {
LOG_WARN("failed to get deepy copy size", K(ret));
LOG_WARN("failed to get deeps copy size", K(ret));
} else {
raw_params_size += sizeof(ObPCParam);
}