persist cluster version for ddl.
This commit is contained in:
@ -5724,7 +5724,7 @@ OB_SERIALIZE_MEMBER(ObLogReqLoadProxyProgressResponse, err_, progress_);
|
||||
|
||||
OB_SERIALIZE_MEMBER(ObDDLBuildSingleReplicaRequestArg, tenant_id_, ls_id_, source_tablet_id_, dest_tablet_id_,
|
||||
source_table_id_, dest_schema_id_, schema_version_, snapshot_version_, ddl_type_, task_id_, execution_id_,
|
||||
parallelism_, tablet_task_id_);
|
||||
parallelism_, tablet_task_id_, cluster_version_);
|
||||
|
||||
int ObDDLBuildSingleReplicaRequestArg::assign(const ObDDLBuildSingleReplicaRequestArg &other)
|
||||
{
|
||||
@ -5742,6 +5742,7 @@ int ObDDLBuildSingleReplicaRequestArg::assign(const ObDDLBuildSingleReplicaReque
|
||||
parallelism_ = other.parallelism_;
|
||||
execution_id_ = other.execution_id_;
|
||||
tablet_task_id_ = other.tablet_task_id_;
|
||||
cluster_version_ = other.cluster_version_;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user