diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-07 09:45:23 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-12-07 09:56:48 +0300 |
commit | 50568ba96538e4f49454587a4b24832979f3b47a (patch) | |
tree | c93bf2c949d2c7b71aaeaa2431335e1efb28c967 /contrib/clickhouse/src/Server | |
parent | b8d4b493e7c8badd1d05e4d3f13581c614763cfd (diff) | |
download | ydb-50568ba96538e4f49454587a4b24832979f3b47a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/clickhouse/src/Server')
-rw-r--r-- | contrib/clickhouse/src/Server/ServerType.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/clickhouse/src/Server/ServerType.h b/contrib/clickhouse/src/Server/ServerType.h index e3544fe6a2..07bb74ea00 100644 --- a/contrib/clickhouse/src/Server/ServerType.h +++ b/contrib/clickhouse/src/Server/ServerType.h @@ -11,9 +11,9 @@ class ServerType public: enum Type { - TCP, TCP_WITH_PROXY, TCP_SECURE, + TCP, HTTP, HTTPS, MYSQL, |