ClickHouse/dbms/src/Client
alexey-milovidov 4f2b35cb10
Merge pull request #4215 from abyss7/CLICKHOUSE-3729
Report progress from server-side to keep client connections alive
2019-02-11 02:07:57 +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 Restored old test util #3665 2018-11-26 16:57:54 +03:00
Connection.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
Connection.h Merge pull request #4215 from abyss7/CLICKHOUSE-3729 2019-02-11 02:07:57 +03:00
ConnectionPool.h CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
ConnectionPoolWithFailover.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
ConnectionPoolWithFailover.h CLICKHOUSE-3837 fix mistakes 2018-07-25 15:31:47 +03:00
MultiplexedConnections.cpp Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
MultiplexedConnections.h Removed useless code [#CLICKHOUSE-2] 2018-11-28 17:33:40 +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