You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
chore(): leftovers cleanup.
This commit is contained in:
@@ -331,7 +331,6 @@ void BatchPrimitiveProcessor::initBPP(ByteStream& bs)
|
|||||||
{
|
{
|
||||||
storedKeyAllocators.emplace_back(PoolAllocator(alloc, PoolAllocator::DEFAULT_WINDOW_SIZE, false,
|
storedKeyAllocators.emplace_back(PoolAllocator(alloc, PoolAllocator::DEFAULT_WINDOW_SIZE, false,
|
||||||
true));
|
true));
|
||||||
// storedKeyAllocators.emplace_back(PoolAllocator(PoolAllocator::DEFAULT_WINDOW_SIZE, false, true));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
joinNullValues.reset(new uint64_t[joinerCount]);
|
joinNullValues.reset(new uint64_t[joinerCount]);
|
||||||
|
Reference in New Issue
Block a user