# Functions
GetSlaveStatus get slave status, will check bellow cases: 1.
NewConnectionPool create connection pool.
NewDirectConnection return direct and authorised connection to mysql with real net connection.
NewMockConnectionPool creates a new mock instance.
NewMockPooledConnect creates a new mock instance.
# Constants
DefaultSlice means default slice for namespace.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultCapacity default capacity of connection pool.
ErrConnectionPoolClosed means pool closed error.
No description provided by the author
# Structs
No description provided by the author
DirectConnection means connection to backend mysql.
MockConnectionPool is a mock of ConnectionPool interface.
MockConnectionPoolMockRecorder is the mock recorder for MockConnectionPool.
MockPooledConnect is a mock of PooledConnect interface.
MockPooledConnectMockRecorder is the mock recorder for MockPooledConnect.
No description provided by the author
Slice means one slice of the mysql cluster.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author