diff --git a/dbms/include/DB/Common/HashTable/HashTableAllocator.h b/dbms/include/DB/Common/HashTable/HashTableAllocator.h index bf8d10c4cb9..ce64864c3d8 100644 --- a/dbms/include/DB/Common/HashTable/HashTableAllocator.h +++ b/dbms/include/DB/Common/HashTable/HashTableAllocator.h @@ -120,7 +120,7 @@ template class HashTableAllocatorWithStackMemory : private HashTableAllocator { private: - char stack_memory[N]{}; + char stack_memory[N]; public: void * alloc(size_t size)