* Changes the protocol version of a given host * @param {Number} value * @internal * @ignore
(value)
| 281 | * @ignore |
| 282 | */ |
| 283 | setProtocolVersion(value) { |
| 284 | this.pool.protocolVersion = value; |
| 285 | } |
| 286 | |
| 287 | /** |
| 288 | * Gets the least busy connection from the pool. |
no outgoing calls
no test coverage detected