Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + type Config struct + BinlogSocket string + Host string + Lease string + Log Log + Path string + Performance Performance + PlanCache PlanCache + Port int + RunDDL bool + Security Security + Socket string + SplitTable bool + Status Status + Store string + XProtocol XProtocol + func GetGlobalConfig() *Config + func NewConfig() *Config + func (c *Config) Load(confFile string) error + type Log struct + DisableTimestamp bool + File logutil.FileLogConfig + Format string + Level string + QueryLogMaxLen int + SlowThreshold int + func (l *Log) ToLogConfig() *logutil.LogConfig + type Performance struct + CrossJoin bool + JoinConcurrency int + RetryLimit int + RunAutoAnalyze bool + StatsLease string + TCPKeepAlive bool + type PlanCache struct + Capacity int64 + Enabled bool + Shards int64 + type Security struct + SSLCA string + SSLCert string + SSLKey string + SkipGrantTable bool + type Status struct + MetricsAddr string + MetricsInterval int + ReportStatus bool + StatusPort int + type XProtocol struct + XHost string + XPort int + XServer bool + XSocket string