ClickHouse/dbms/src/Server
alexey-milovidov 56deedfe9f
Merge pull request #2027 from yandex/CLICKHOUSE-3346
Sync insert and сluster copier enhancements
2018-03-12 20:58:53 +03:00
..
Compiler-5.0.0 Build and test fixes: 2018-02-07 18:58:48 +03:00
Compiler-6.0.0 Build and test fixes: 2018-02-07 18:58:48 +03:00
config.d Added config substitution to log to console in development environment [#CLICKHOUSE-2]. 2018-01-22 21:12:47 +03:00
data Merge branch 'master' of github.yandex-team.ru:Metrika/ClickHouse 2016-05-26 21:46:14 +03:00
metadata/default Tiny modifications [#METR-20000]. 2016-05-25 22:59:17 +03:00
users.d Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
Benchmark.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
clickhouse-benchmark.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-clang.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-client.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-client.xml clean 2017-10-03 22:12:44 +03:00
clickhouse-compressor.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-copier.cpp Fix macos compile (#2006) 2018-03-07 21:17:17 +03:00
clickhouse-extract-from-config.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-format.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-lld.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-local.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-performance-test.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
clickhouse-server.cpp Allow to build several binaries 2017-12-10 22:44:24 +03:00
Client.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
ClusterCopier.cpp Merge pull request #2027 from yandex/CLICKHOUSE-3346 2018-03-12 20:58:53 +03:00
ClusterCopier.h Speed up initialization, fixed settings passing. [#CLICKHOUSE-3346] 2018-03-07 17:39:02 +03:00
CMakeLists.txt Fix macos compile (#2006) 2018-03-07 21:17:17 +03:00
Compiler-5.0.1 Internal compiler: Use libclang-5.0 (#1597) 2017-12-08 11:28:08 +03:00
Compiler-6.0.0svn Internal compiler: Use libclang-5.0 (#1597) 2017-12-08 11:28:08 +03:00
Compiler-7.0.0 Build and test fixes: 2018-02-07 18:58:48 +03:00
Compiler-7.0.0svn Pbuilder ccache fixes (#1878) 2018-02-08 19:41:30 +03:00
Compressor.cpp dbms: CompressionSettingsSelector. [#METR-21516] 2017-10-13 04:08:23 +03:00
config_tools.h.in Allow to disable compiling -server or other parts to static binary 2018-02-15 23:57:08 +03:00
config.xml Fixing broken and old-format links. 2018-03-11 00:36:26 +01:00
ExtractFromConfig.cpp CLICKHOUSE-3553 Rebuild loggers on every config change (#1973) 2018-02-28 23:34:25 +03:00
Format.cpp Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
HTTPHandler.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
HTTPHandler.h Removed useless line of code [#CLICKHOUSE-2] 2018-02-05 23:32:53 +03:00
HTTPHandlerFactory.h CLICKHOUSE-3289: Do not use Application singleton #2 2017-09-08 19:37:21 +03:00
InterruptListener.h Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
InterserverIOHTTPHandler.cpp Fixed wording #245 2018-03-10 02:23:15 +03:00
InterserverIOHTTPHandler.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
IServer.h Fixed error when huge sets for IN, JOIN, DISTINCT cannot be created with exception message "Cannot mremap... Bad address" [#CLICKHOUSE-2]. 2017-08-11 02:25:51 +03:00
LocalServer.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
LocalServer.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
main.cpp Allow to disable compiling -server or other parts to static binary 2018-02-15 23:57:08 +03:00
MetricsTransmitter.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
MetricsTransmitter.h Keep config in context to avoid Application singleton usages 2017-08-28 22:19:06 +03:00
NotFoundHandler.cpp Extract handlers to allow reuse 2017-08-10 06:13:15 +03:00
NotFoundHandler.h Extract handlers to allow reuse 2017-08-10 06:13:15 +03:00
PerformanceTest.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
PingRequestHandler.cpp Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
PingRequestHandler.h CLICKHOUSE-3289: Do not use Application singleton #2 2017-09-08 19:37:21 +03:00
ReplicasStatusHandler.cpp Fixed error [#CLICKHOUSE-2] 2017-11-04 19:46:14 +03:00
ReplicasStatusHandler.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
RootRequestHandler.cpp Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
RootRequestHandler.h CLICKHOUSE-3289: Do not use Application singleton #2 2017-09-08 19:37:21 +03:00
Server.cpp listen_try also ignore dns errors 2018-03-12 18:48:55 +03:00
Server.h Allow redefine server config via command line: clickhouse-server -- --logger.level=information (#1811) 2018-02-08 22:12:37 +03:00
StatusFile.cpp Miscellaneous [#CLICKHOUSE-2]. 2017-12-18 07:07:26 +03:00
StatusFile.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
TCPHandler.cpp Removed the possibility to use queries with empty query_id; better semantics #245 2018-03-10 02:04:26 +03:00
TCPHandler.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-19 03:45:32 +03:00
TCPHandlerFactory.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
users.xml Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00