You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
fix(): remove an additional and errenous CountingAllocator for RGData so it does not throw at an unexpected spot
This commit is contained in:
@ -1727,8 +1727,8 @@ void TupleHashJoinStep::joinOneRG(
|
||||
if (!smallNullMem)
|
||||
smallNullMem = &smallNullMemory;
|
||||
|
||||
auto alloc = resourceManager->getAllocator<RGDataBufType>(10 * 1024 * 1024);
|
||||
RGData joinedData(alloc);
|
||||
// auto alloc = resourceManager->getAllocator<RGDataBufType>(10 * 1024 * 1024);
|
||||
RGData joinedData;
|
||||
uint32_t matchCount, smallSideCount = tjoiners->size();
|
||||
uint32_t j, k;
|
||||
|
||||
|
Reference in New Issue
Block a user