[CP] [FEAT MERGE] SQL MEMLEAK

This commit is contained in:
tushicheng
2024-03-15 03:20:51 +00:00
committed by ob-robot
parent 0487d20e6d
commit 9177cab121
38 changed files with 395 additions and 89 deletions

View File

@ -130,6 +130,7 @@ int ObMaintainObjDepInfoTask::check_and_build_dep_info_arg(
share::ObAsyncTask *ObMaintainObjDepInfoTask::deep_copy(char *buf, const int64_t buf_size) const
{
int ret = OB_SUCCESS;
DISABLE_SQL_MEMLEAK_GUARD;
ObAsyncTask *task = nullptr;
const int64_t need_size = get_deep_copy_size();
if (OB_ISNULL(buf)) {