Versions in this module Expand all Collapse all v1 v1.1.0-beta Feb 24, 2018 v1.1.0-alpha.1 Jan 19, 2018 v1.1.0-alpha Oct 31, 2017 v1.0.9 Apr 20, 2018 v1.0.8 Feb 11, 2018 Changes in this version type Performance + StmtCountLimit int v1.0.7 Jan 19, 2018 v1.0.6 Jan 8, 2018 v1.0.5 Dec 26, 2017 v1.0.4 Dec 11, 2017 v1.0.3 Nov 25, 2017 Changes in this version type Config + TokenLimit int v1.0.2 Nov 13, 2017 v1.0.1 Oct 31, 2017 Changes in this version type Log + SlowQueryFile string 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 Incompatible versions in this module v2.0.11+incompatible Jan 3, 2019