fix scn shortage about major_freeze

This commit is contained in:
obdev
2022-11-28 02:31:39 +00:00
committed by ob-robot
parent 59db61e110
commit 0a9642a35f
11 changed files with 32 additions and 48 deletions

View File

@ -229,12 +229,6 @@ ObZoneMergeInfo::MergeStatus ObZoneMergeInfo::get_merge_status(const char* merge
return status;
}
bool ObZoneMergeInfo::is_merged(const int64_t broadcast_version) const
{
return (broadcast_version == broadcast_scn_.get_scn_val())
&& (broadcast_scn_.get_scn_val() == last_merged_scn_.get_scn_val());
}
bool ObZoneMergeInfo::is_valid() const
{
bool is_valid = true;