ClickHouse/dbms/src/Server
Flowyi b60d9d1b78
Remove unused parameter from InterruptListener.h
This should fix the compile error:
```
ClickHouse/dbms/src/Server/InterruptListener.h:20:86: error: unused parameter 'timeout' [-Werror,-Wunused-parameter]
static int sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *timeout) {
                                                                                     ^
1 error generated.

```
2017-12-06 23:29:26 +08:00
..
Compiler Better [#CLICKHOUSE-2]. 2017-12-02 06:49:26 +03:00
config.d Changed tabs to spaces in code [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +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 Add description to system.settings table 2017-11-30 13:50:02 +02:00
clickhouse-client.xml clean 2017-10-03 22:12:44 +03:00
Client.cpp Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
CMakeLists.txt Compile and likk optimize and fixes 2017-11-24 21:08:01 +03:00
Compressor.cpp dbms: CompressionSettingsSelector. [#METR-21516] 2017-10-13 04:08:23 +03:00
config.xml Removed unsupported functionality [#CLICKHOUSE-2]. 2017-11-18 05:34:00 +03:00
ConfigReloader.cpp fixed one more ConfigProcessor usage [#MOBMET-7044] 2017-11-25 02:00:10 +03:00
ConfigReloader.h Removed cyclic dependency [#DEVTOOLS-3381]. 2017-06-19 23:06:35 +03:00
ExtractFromConfig.cpp ConfigProcessor: do not create config-preprocessed before setting umask [#MOBMET-7044] 2017-11-25 02:00:10 +03:00
Format.cpp Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
HTTPHandler.cpp Return 411 code in case of empty body without Content-Length head. [#CLICKHOUSE-3333] 2017-09-30 14:06:50 +03:00
HTTPHandler.h Header compile fixes 2017-09-01 22:05:29 +03:00
HTTPHandlerFactory.h CLICKHOUSE-3289: Do not use Application singleton #2 2017-09-08 19:37:21 +03:00
InterruptListener.h Remove unused parameter from InterruptListener.h 2017-12-06 23:29:26 +08:00
InterserverIOHTTPHandler.cpp Fixed build; clarifications [#CLICKHOUSE-3289]. 2017-09-08 19:41:35 +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 Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
LocalServer.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
main.cpp Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
MetricsTransmitter.cpp Keep config in context to avoid Application singleton usages 2017-08-28 22:19:06 +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 Merge branch 'add-description-to-settings-table' 2017-11-30 13:55:42 +02: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 Better [#CLICKHOUSE-2]. 2017-12-02 05:47:12 +03:00
Server.h Extract handlers to allow reuse 2017-08-10 06:13:15 +03:00
StatusFile.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
StatusFile.h Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
TCPHandler.cpp Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
TCPHandler.h Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +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