diff options
Diffstat (limited to 'databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp')
-rw-r--r-- | databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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) |