Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
50568ba965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/clickhouse/src/Server/ServerType.h

+ 1 - 1
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,