diff --git a/lib/Query_Cache.cpp b/lib/Query_Cache.cpp index 451c6253c..627714b03 100644 --- a/lib/Query_Cache.cpp +++ b/lib/Query_Cache.cpp @@ -375,7 +375,7 @@ qc_metrics_map = std::make_tuple( ); uint64_t Query_Cache::get_data_size_total() { - int r=0; + uint64_t r=0; int i; for (i=0; iget_data_size();