()
| 116 | } |
| 117 | |
| 118 | func (m *mysqlProxy) popAdminConn() (*client.Conn, error) { |
| 119 | return m.popConn(m.adminPool) |
| 120 | } |
| 121 | |
| 122 | func (m *mysqlProxy) popReadonlyConn() (*client.Conn, error) { |
| 123 | return m.popConn(m.readonlyPool) |
no test coverage detected