Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <jinhao.hu@pingcap.com>
  • Loading branch information
HuSharp committed Jul 13, 2023
1 parent 42b1ac2 commit 6795166
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/mockstore/mocktikv/pd.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ func (c *pdClient) UpdateServiceGCSafePoint(ctx context.Context, serviceID strin
return minSafePoint, nil
}

func (c *pdClient) GetAllKeyspaces(ctx context.Context, startID uint32, limit uint32) ([]*keyspacepb.KeyspaceMeta, error) {
return nil, nil
}

func (c *pdClient) Close() {
}

Expand Down

0 comments on commit 6795166

Please sign in to comment.