[FEAT MERGE] merge transfer

Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
This commit is contained in:
xuhuleon
2023-06-21 11:42:26 +00:00
committed by ob-robot
parent d06678002e
commit 9dae112952
1280 changed files with 149724 additions and 48813 deletions

View File

@ -242,6 +242,7 @@ DEF_TO_STRING(ObPhysicalRestoreJob)
K_(comment),
K_(restore_start_ts),
K_(restore_scn),
K_(consistent_scn),
K_(post_data_version),
K_(source_cluster_version),
K_(source_data_version),
@ -279,6 +280,7 @@ int ObPhysicalRestoreJob::assign(const ObPhysicalRestoreJob &other)
status_ = other.status_;
restore_start_ts_ = other.restore_start_ts_;
restore_scn_ = other.restore_scn_;
consistent_scn_ = other.consistent_scn_;
post_data_version_ = other.post_data_version_;
source_cluster_version_ = other.source_cluster_version_;
source_data_version_ = other.source_data_version_;
@ -340,6 +342,7 @@ void ObPhysicalRestoreJob::reset()
comment_.reset();
restore_start_ts_ = 0;
restore_scn_ = SCN::min_scn();
consistent_scn_ = SCN::min_scn();
post_data_version_ = 0;
source_cluster_version_ = 0;
source_data_version_ = 0;