This commit is contained in:
Konstantin Bogdanov 2024-09-17 18:28:27 +02:00
parent 7c5d55c6b2
commit a210f98819
Signed by: thevar1able
GPG Key ID: DB399448D9FE52F1

View File

@ -340,7 +340,7 @@ size_t HashJoin::getTotalRowCount() const
void HashJoin::doDebugAsserts() const
{
#ifdef NDEBUG
#ifndef NDEBUG
size_t debug_blocks_allocated_size = 0;
for (const auto & block : data->blocks)
debug_blocks_allocated_size += block.allocatedBytes();