fix ddl task can not be recovered because iter_end is not reset.
This commit is contained in:
@ -2656,6 +2656,9 @@ int ObDDLTaskRecordOperator::get_task_record(const ObSqlString &sql_string,
|
|||||||
LOG_WARN("push back failed", K(record));
|
LOG_WARN("push back failed", K(record));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (OB_ITER_END == ret) {
|
||||||
|
ret = OB_SUCCESS;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user