ClickHouse/dbms/programs/server
Azat Khuzhin 740e4c5851
Avoid use of uninitialized values in MetricsTransmitter
Defer thread creation after values had been initialized correctly.
2019-10-01 10:16:39 +03:00
..
config.d Allowed to run test with the server run from source tree 2019-09-05 07:50:08 +03:00
data Support for bitmapHasAny and bitmapHasAll functions. 2019-05-12 17:47:31 +03:00
metadata/default Squashed #2471 2018-06-05 23:09:51 +03:00
users.d Tests: fix call .sh from .sh (#4732) 2019-03-20 23:04:49 +03:00
clickhouse-server.cpp Squashed #2471 2018-06-05 23:09:51 +03:00
CMakeLists.txt Fixed build without SSL (disable MySQL protocol support) 2019-07-09 17:59:52 +03:00
config.xml Updates for #6969 2019-09-23 01:57:06 +03:00
HTTPHandler.cpp Merge if branches with the same status code 2019-08-02 05:11:02 +00:00
HTTPHandler.h CHYT-67: introduce host context for using CH as a library. 2019-03-06 19:47:47 +03:00
HTTPHandlerFactory.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
InterserverIOHTTPHandler.cpp CLICKHOUSE-4509 Fix error codes in DataPartsExchange 2019-05-20 20:04:36 +03:00
InterserverIOHTTPHandler.h CLICKHOUSE-4509 Fix error codes in DataPartsExchange 2019-05-20 20:04:36 +03:00
IServer.h Squashed #2471 2018-06-05 23:09:51 +03:00
MetricsTransmitter.cpp Avoid use of uninitialized values in MetricsTransmitter 2019-10-01 10:16:39 +03:00
MetricsTransmitter.h Avoid use of uninitialized values in MetricsTransmitter 2019-10-01 10:16:39 +03:00
MySQLHandler.cpp Fix non-ssl build. 2019-09-12 04:20:27 +08:00
MySQLHandler.h Fix non-ssl build. 2019-09-12 04:20:27 +08:00
MySQLHandlerFactory.cpp Fix non-ssl build. 2019-09-12 04:20:27 +08:00
MySQLHandlerFactory.h Fix non-ssl build. 2019-09-12 04:20:27 +08:00
NotFoundHandler.cpp Squashed #2471 2018-06-05 23:09:51 +03:00
NotFoundHandler.h Squashed #2471 2018-06-05 23:09:51 +03:00
PingRequestHandler.cpp Squashed #2471 2018-06-05 23:09:51 +03:00
PingRequestHandler.h Squashed #2471 2018-06-05 23:09:51 +03:00
ReplicasStatusHandler.cpp Fixed inconsistent indentation 2019-04-24 22:38:11 +03:00
ReplicasStatusHandler.h Squashed #2471 2018-06-05 23:09:51 +03:00
RootRequestHandler.cpp Squashed #2471 2018-06-05 23:09:51 +03:00
RootRequestHandler.h Squashed #2471 2018-06-05 23:09:51 +03:00
Server.cpp Rename ExternalDictionaries to ExternalDictionariesLoader 2019-09-26 13:41:33 +03:00
Server.h Attempt to simplify text log 2019-08-04 18:51:04 +03:00
TCPHandler.cpp Merge pull request #6684 from yandex/processors-2 2019-09-13 11:58:04 +03:00
TCPHandler.h Merge branch 'palasonic-add-input-function' of https://github.com/palasonic1/ClickHouse into merging_input_function 2019-09-04 15:25:20 +03:00
TCPHandlerFactory.h Squashed #2471 2018-06-05 23:09:51 +03:00
users.xml implemented mysql_native_password auth plugin for compatibility with mysqljs 2019-07-28 16:12:26 +03:00