Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Jan 2, 2024
1 parent ea3367e commit d162acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/mock/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ func (c *Context) InSandBoxMode() bool {
return c.inSandBoxMode
}

// SetInfoSchema implements the sessionctx.Context interface.
// SetInfoSchema is to set info shema for the test.
func (c *Context) SetInfoSchema(is sessionctx.InfoschemaMetaVersion) {
c.is = is
}
Expand Down

0 comments on commit d162acb

Please sign in to comment.