Skip to content

Commit

Permalink
allow br backup
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <nolouch@gmail.com>
  • Loading branch information
nolouch committed Jan 6, 2023
1 parent 5bacb05 commit 112c804
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions br/pkg/backup/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,6 @@ func skipUnsupportedDDLJob(job *model.Job) bool {
model.ActionAlterTableAttributes,
model.ActionAlterTablePartitionAttributes:
return true
case model.ActionCreateResourceGroup,
model.ActionAlterResourceGroup,
model.ActionDropResourceGroup:
return true
default:
return false
}
Expand Down

0 comments on commit 112c804

Please sign in to comment.