Fix backup scheduelr thread start backup do not stop gc snapshot ts push
This commit is contained in:
committed by
LINxiansheng
parent
7076b575bf
commit
ac5edad6e9
@ -118,8 +118,8 @@ int ObSnapshotInfoManager::get_snapshot(common::ObMySQLProxy& proxy, const int64
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObSnapshotInfoManager::get_snapshot(common::ObMySQLProxy& proxy, const int64_t tenant_id,
|
||||
share::ObSnapShotType snapshot_type, const int64_t snapshot_ts, share::ObSnapshotInfo& snapshot_info)
|
||||
int ObSnapshotInfoManager::get_snapshot(common::ObISQLClient &proxy, const int64_t tenant_id,
|
||||
share::ObSnapShotType snapshot_type, const int64_t snapshot_ts, share::ObSnapshotInfo &snapshot_info)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
ObSnapshotTableProxy snapshot_proxy;
|
||||
|
||||
Reference in New Issue
Block a user