fix backup delete switch tenant resource

This commit is contained in:
obdev
2022-10-25 17:59:19 +08:00
committed by wangzelin.wzl
parent d87eec46c9
commit 7205374e60
5 changed files with 65 additions and 29 deletions

View File

@ -30,10 +30,6 @@ using namespace lib;
using namespace common;
using namespace share;
bool share::has_independ_inc_backup_set(const int64_t version)
{
return version >= OB_BACKUP_COMPATIBLE_VERSION_V2 && version < OB_BACKUP_COMPATIBLE_VERSION_MAX;
}
bool share::is_valid_backup_inner_table_version(const ObBackupInnerTableVersion &version)
{
return version > 0 && version < OB_BACKUP_INNER_TABLE_VMAX;