ClickHouse/dbms
Azat Khuzhin b40eac426f Fix max_distributed_connections w/ Processors
With Processors max_distributed_connections does not used anymore, since
it always uses not more then max_threads (see
TCPHandler::processOrdinaryQueryWithProcessors()/
QueryPipeline::execute()/PipelineExecutor::execute())

So just use QueryPipeline::getNumThreads(), that takes
max_distributed_connections into account.
2020-03-20 20:51:37 +03:00
..
benchmark Update testing script 2020-01-28 22:17:30 +03:00
cmake Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00
programs Fix max_distributed_connections w/ Processors 2020-03-20 20:51:37 +03:00
src Fix max_distributed_connections w/ Processors 2020-03-20 20:51:37 +03:00
tests Test for max_distributed_connections via HTTP 2020-03-20 20:51:37 +03:00
CMakeLists.txt Move FastMemcpy to contribs (#9219) 2020-03-13 01:26:16 +03:00