[CP] fix backup get wrong data version and fix recover table to standby tenant

This commit is contained in:
wxhwang
2024-02-07 09:14:08 +00:00
committed by ob-robot
parent 3d5ba46e84
commit cd3d3ebc6d
3 changed files with 15 additions and 6 deletions

View File

@ -43,6 +43,7 @@ bool ObImportTableUtil::can_retrieable_err(const int err_code)
case OB_TABLEGROUP_NOT_EXIST:
case OB_TABLESPACE_NOT_EXIST:
case OB_ERR_TABLE_EXIST:
case OB_STANDBY_READ_ONLY:
bret = false;
break;
default: