Update src/Interpreters/QueryLog.h

Co-authored-by: Dmitry Novik <mrnovikd@gmail.com>
This commit is contained in:
Alexey Gerasimchuck 2023-09-12 10:10:05 +10:00 committed by GitHub
parent f1e4ca4da5
commit 60c9dd226d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ struct QueryLogElement
String log_comment; String log_comment;
std::vector<UInt64> thread_ids; std::vector<UInt64> thread_ids;
UInt64 peak_threads_usage{}; UInt64 peak_threads_usage = 0;
std::shared_ptr<ProfileEvents::Counters::Snapshot> profile_counters; std::shared_ptr<ProfileEvents::Counters::Snapshot> profile_counters;
std::shared_ptr<AsyncReadCounters> async_read_counters; std::shared_ptr<AsyncReadCounters> async_read_counters;
std::shared_ptr<Settings> query_settings; std::shared_ptr<Settings> query_settings;