mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 04:42:37 +00:00
Fixed PoolWithFailOver
This commit is contained in:
parent
3141446302
commit
1a9b7b97af
@ -104,7 +104,7 @@ namespace mysqlxx
|
|||||||
|
|
||||||
PoolWithFailover(const PoolWithFailover & other);
|
PoolWithFailover(const PoolWithFailover & other);
|
||||||
|
|
||||||
PoolWithFailover & operator=(const PoolWithFailover &) = delete;
|
// PoolWithFailover & operator=(const PoolWithFailover &) = delete;
|
||||||
|
|
||||||
/** Allocates a connection to use. */
|
/** Allocates a connection to use. */
|
||||||
Entry Get();
|
Entry Get();
|
||||||
|
Loading…
Reference in New Issue
Block a user