clear trans with last restore log ts

This commit is contained in:
dt0
2021-08-23 21:56:10 +08:00
committed by wangzelin.wzl
parent 5ae88eacbd
commit 67f64412ad
22 changed files with 198 additions and 127 deletions

View File

@ -1599,6 +1599,7 @@ int ObPartitionMetaRedoModule::get_create_pg_param(const ObCreatePartitionGroupL
param.file_mgr_ = file_mgr;
param.create_frozen_version_ = log_entry.meta_.create_frozen_version_;
param.last_restore_log_id_ = log_entry.meta_.last_restore_log_id_;
param.last_restore_log_ts_ = log_entry.meta_.last_restore_log_ts_;
param.restore_snapshot_version_ = log_entry.meta_.restore_snapshot_version_;
}
return ret;