Update AsynchronousMetrics.cpp

This commit is contained in:
alexey-milovidov 2019-07-17 22:34:29 +03:00 committed by GitHub
parent 44db7badbe
commit aaee4724c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ void AsynchronousMetrics::update()
set("MaxPartCountForPartition", max_part_count_for_partition); set("MaxPartCountForPartition", max_part_count_for_partition);
set("NumberOfDatabases", number_of_databases); set("NumberOfDatabases", number_of_databases);
set("TotalNumberOfTables", total_number_of_tables); set("NumberOfTables", total_number_of_tables);
} }
#if USE_TCMALLOC #if USE_TCMALLOC