Versions in this module Expand all Collapse all v0 v0.1.0 Feb 28, 2019 Changes in this version + const TxnsTable + type Server struct + func New() (*Server, error) + func (s *Server) Close() + func (s *Server) ComQuery(c *mysql.Conn, q string, cb callback) error + func (s *Server) ConnectionClosed(c *mysql.Conn) + func (s *Server) NewConnection(c *mysql.Conn) + func (s *Server) Serve(lis net.Listener) error + func (s *Server) SetAPIService(a apipb.APIServiceInterface) + func (s *Server) WarningCount(c *mysql.Conn) uint16