fix ddl task can not be recovered because iter_end is not reset.

This commit is contained in:
obdev
2023-02-24 16:38:33 +00:00
committed by ob-robot
parent c5e8d8bb87
commit 4114771ff1

View File

@ -2656,6 +2656,9 @@ int ObDDLTaskRecordOperator::get_task_record(const ObSqlString &sql_string,
LOG_WARN("push back failed", K(record));
}
}
if (OB_ITER_END == ret) {
ret = OB_SUCCESS;
}
}
}
}