aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Server/TCPHandler.h
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-11-25 09:58:34 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-11-25 10:21:16 +0300
commit87b47db8278b512a71c50ed56d2ed8ee68ac7e4d (patch)
tree7bd7c6e592dd051becd4e873d49e08300fd09fe8 /contrib/clickhouse/src/Server/TCPHandler.h
parent6b2a05ea439e6a1248e679d60d44519c21f11396 (diff)
downloadydb-87b47db8278b512a71c50ed56d2ed8ee68ac7e4d.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/clickhouse/src/Server/TCPHandler.h')
-rw-r--r--contrib/clickhouse/src/Server/TCPHandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/clickhouse/src/Server/TCPHandler.h b/contrib/clickhouse/src/Server/TCPHandler.h
index 235f634afe..a97abe0935 100644
--- a/contrib/clickhouse/src/Server/TCPHandler.h
+++ b/contrib/clickhouse/src/Server/TCPHandler.h
@@ -196,6 +196,7 @@ private:
/// For inter-server secret (remote_server.*.secret)
bool is_interserver_mode = false;
+ bool is_interserver_authenticated = false;
/// For DBMS_MIN_REVISION_WITH_INTERSERVER_SECRET
String salt;
/// For DBMS_MIN_REVISION_WITH_INTERSERVER_SECRET_V2