[4.x] set default value for some items

This commit is contained in:
joseph12138
2023-09-14 13:10:11 +00:00
committed by ob-robot
parent cc86072c8a
commit 5f09352d33
14 changed files with 38 additions and 38 deletions

View File

@ -231,7 +231,7 @@ int ObBackupDataScheduler::do_build_task_(
ObBackupScheduleTask *&task)
{
int ret = OB_SUCCESS;
int64_t task_deep_copy_size;
int64_t task_deep_copy_size = 0;
void *raw_ptr = nullptr;
if (OB_FAIL(tmp_task.build(job, set_task_attr, ls_task))) {
LOG_WARN("[DATA_BACKUP]failed to build task", K(ret), K(job), K(ls_task));