diff --git a/cql3/stats.hh b/cql3/stats.hh index 271f02a0e1..eb8d7a7d12 100644 --- a/cql3/stats.hh +++ b/cql3/stats.hh @@ -85,7 +85,7 @@ private: uint64_t _query_cnt[(size_t)source_selector::SIZE] [(size_t)ks_selector::SIZE] [(size_t)cond_selector::SIZE] - [statements::statement_type::MAX_VALUE + 1] = {0ul}; + [statements::statement_type::MAX_VALUE + 1] = {}; }; }