update_index_status 等schema刷新占位

This commit is contained in:
obdev
2024-02-08 14:30:24 +00:00
committed by ob-robot
parent db4e6a9d92
commit f4e0374fb1
8 changed files with 91 additions and 3 deletions

View File

@ -80,6 +80,7 @@ int ObDDLArg::assign(const ObDDLArg &other)
parallelism_ = other.parallelism_;
task_id_ = other.task_id_;
consumer_group_id_ = other.consumer_group_id_;
is_parallel_ = other.is_parallel_;
}
return ret;
}
@ -1265,7 +1266,8 @@ OB_SERIALIZE_MEMBER(ObDDLArg,
based_schema_object_infos_,
parallelism_,
task_id_,
consumer_group_id_);
consumer_group_id_,
is_parallel_);
//////////////////////////////////////////////
//