Skip to content

Commit 5556e74

Browse files
comments
Signed-off-by: Lloyd-Pottiger <[email protected]>
1 parent 7bdcb1b commit 5556e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/domain/infosync/info.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,7 @@ func SetTiFlashPlacementRule(ctx context.Context, rule pdhttp.Rule) error {
11551155
return is.tiflashReplicaManager.SetPlacementRule(ctx, &rule)
11561156
}
11571157

1158+
// DeleteTiFlashPlacementRules is a helper function to delete TiFlash placement rules of given physical table IDs.
11581159
func DeleteTiFlashPlacementRules(ctx context.Context, physicalTableIDs []int64) error {
11591160
is, err := getGlobalInfoSyncer()
11601161
if err != nil {

0 commit comments

Comments
 (0)