ClickHouse/dbms/src/Client
2019-06-02 12:43:20 +03:00
..
tests Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g' 2019-01-25 02:01:56 +03:00
CMakeLists.txt Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091) 2019-04-24 12:06:28 +03:00
Connection.cpp connection: make sure connection timeouts are applied during sendQuery 2019-06-02 12:43:20 +03:00
Connection.h connection: make sure connection timeouts are applied during sendQuery 2019-06-02 12:43:20 +03:00
ConnectionPool.h timeouts from ConnectionPool members as they are intended to live longer than timeouts state 2019-06-02 12:43:20 +03:00
ConnectionPoolWithFailover.cpp add timeouts to ConnectionPoolWithFailover and use max_tries from settings 2019-06-02 12:43:20 +03:00
ConnectionPoolWithFailover.h add timeouts to ConnectionPoolWithFailover and use max_tries from settings 2019-06-02 12:43:20 +03:00
MultiplexedConnections.cpp add timeouts to multiplexed connections 2019-06-02 12:43:20 +03:00
MultiplexedConnections.h add timeouts to multiplexed connections 2019-06-02 12:43:20 +03:00
TimeoutSetter.cpp Build fixes (#3181) 2018-09-28 17:53:20 +03:00
TimeoutSetter.h Build fixes (#3181) 2018-09-28 17:53:20 +03:00