From af7179f8cc81ef51e96a74971c3ab40d5f3a0a8e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 25 Apr 2021 08:47:43 +0200 Subject: databases/clickhouse: update to 21.3.6.55-lts PR: 255352 Reported by: maintainer --- .../clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp') diff --git a/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp b/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp index 0f7ea8b8ce75..209e04c8e017 100644 --- a/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp +++ b/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp @@ -1,7 +1,7 @@ ---- src/Interpreters/AsynchronousMetrics.cpp.orig 2020-08-31 16:22:57 UTC +--- src/Interpreters/AsynchronousMetrics.cpp.orig 2021-03-19 11:39:14 UTC +++ src/Interpreters/AsynchronousMetrics.cpp -@@ -194,7 +194,7 @@ void AsynchronousMetrics::update() - new_values["Uptime"] = context.getUptimeSeconds(); +@@ -196,7 +196,7 @@ void AsynchronousMetrics::update() + new_values["Uptime"] = global_context.getUptimeSeconds(); /// Process memory usage according to OS -#if defined(OS_LINUX) -- cgit v1.2.3