Skip to content

Commit

Permalink
Merge branch 'add_historical_stats_test_2' of https://github.com/Yisa…
Browse files Browse the repository at this point in the history
…er/tidb into add_historical_stats_test_2
  • Loading branch information
Yisaer committed Jan 30, 2023
2 parents 708ac3a + e029a5f commit dadfffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ddl/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ func isFlashbackSupportedDDLAction(action model.ActionType) bool {
switch action {
case model.ActionSetTiFlashReplica, model.ActionUpdateTiFlashReplicaStatus, model.ActionAlterPlacementPolicy,
model.ActionAlterTablePlacement, model.ActionAlterTablePartitionPlacement, model.ActionCreatePlacementPolicy,
model.ActionDropPlacementPolicy, model.ActionModifySchemaDefaultPlacement:
model.ActionDropPlacementPolicy, model.ActionModifySchemaDefaultPlacement,
model.ActionAlterTableAttributes, model.ActionAlterTablePartitionAttributes:
return false
default:
return true
Expand Down

0 comments on commit dadfffd

Please sign in to comment.