aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Server
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-12-07 09:45:23 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-12-07 09:56:48 +0300
commit50568ba96538e4f49454587a4b24832979f3b47a (patch)
treec93bf2c949d2c7b71aaeaa2431335e1efb28c967 /contrib/clickhouse/src/Server
parentb8d4b493e7c8badd1d05e4d3f13581c614763cfd (diff)
downloadydb-50568ba96538e4f49454587a4b24832979f3b47a.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/clickhouse/src/Server')
-rw-r--r--contrib/clickhouse/src/Server/ServerType.h2
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,