fix longops start time not correct

This commit is contained in:
obdev
2023-04-24 02:44:38 +00:00
committed by ob-robot
parent 610f5a50d4
commit 240d3685c6
11 changed files with 24 additions and 14 deletions

View File

@ -507,6 +507,7 @@ int ObConstraintTask::init(
ret = OB_ERR_SYS;
LOG_WARN("error sys, root service must not be nullptr", K(ret));
} else {
set_gmt_create(ObTimeUtility::current_time());
object_id_ = table_schema->get_table_id();
target_object_id_ = object_id;
tenant_id_ = tenant_id;