()
| 120 | } |
| 121 | |
| 122 | func (m *mysqlProxy) popReadonlyConn() (*client.Conn, error) { |
| 123 | return m.popConn(m.readonlyPool) |
| 124 | } |
| 125 | |
| 126 | func (m *mysqlProxy) popConn(pool *client.Pool) (*client.Conn, error) { |
| 127 | var mysqlConn *client.Conn |
no test coverage detected