提交 f7b384cd 编写于 作者: A Alexey Milovidov

Fixed error [#METR-21651].

上级 103dfb39
......@@ -63,7 +63,7 @@ MultiplexedConnections::MultiplexedConnections(ConnectionPools & pools_, const S
for (auto & pool : pools_)
{
if (pool)
if (!pool)
throw Exception("Invalid pool specified", ErrorCodes::LOGICAL_ERROR);
initFromShard(pool.get());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册