1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-12 05:01:56 +03:00

chore(): leftovers cleanup.

This commit is contained in:
drrtuy
2025-04-29 19:24:27 +00:00
parent 42417764d8
commit f5494ad7a2

View File

@ -331,7 +331,6 @@ void BatchPrimitiveProcessor::initBPP(ByteStream& bs)
{
storedKeyAllocators.emplace_back(PoolAllocator(alloc, PoolAllocator::DEFAULT_WINDOW_SIZE, false,
true));
// storedKeyAllocators.emplace_back(PoolAllocator(PoolAllocator::DEFAULT_WINDOW_SIZE, false, true));
}
joinNullValues.reset(new uint64_t[joinerCount]);