*: Address comment

This commit is contained in:
Shen Li
2015-10-26 22:01:51 +08:00
parent 43de228e84
commit 7388f402ef

View File

@ -578,6 +578,6 @@ const (
type GlobalSysVarAccessor interface {
// GetGlobalSysVar gets the global system variable value for name.
GetGlobalSysVar(ctx context.Context, name string) (string, error)
// SetGlobalSysVar set global system variable name to value.
// SetGlobalSysVar sets the global system variable name to value.
SetGlobalSysVar(ctx context.Context, name string, value string) error
}