Skip to content

Commit

Permalink
variable: Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shenli committed Nov 9, 2015
1 parent 7d49f39 commit a54c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionctx/variable/sysvar.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ type GlobalSysVarAccessor interface {
SetGlobalSysVar(ctx context.Context, name string, value string) error
}

// keyType is a dummy type to avoid naming collision in context.
// globalSysVarAccessorKeyType is a dummy type to avoid naming collision in context.
type globalSysVarAccessorKeyType int

// String defines a Stringer function for debugging and pretty printing.
Expand Down

0 comments on commit a54c7a7

Please sign in to comment.