[CP] [CP] Support OBKV Rerouting
This commit is contained in:
@ -1716,4 +1716,21 @@ int ObTableAggregation::deep_copy(ObIAllocator &allocator, ObTableAggregation &d
|
||||
|
||||
OB_SERIALIZE_MEMBER(ObTableAggregation,
|
||||
type_,
|
||||
column_);
|
||||
column_);
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
OB_SERIALIZE_MEMBER(ObTableMoveReplicaInfo,
|
||||
table_id_,
|
||||
schema_version_,
|
||||
tablet_id_,
|
||||
server_,
|
||||
role_,
|
||||
replica_type_,
|
||||
part_renew_time_,
|
||||
reserved_);
|
||||
|
||||
|
||||
|
||||
OB_SERIALIZE_MEMBER(ObTableMoveResult,
|
||||
replica_info_,
|
||||
reserved_);
|
||||
Reference in New Issue
Block a user