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)
|
if (!smallNullMem)
|
||||||
smallNullMem = &smallNullMemory;
|
smallNullMem = &smallNullMemory;
|
||||||
|
|
||||||
auto alloc = resourceManager->getAllocator<RGDataBufType>(10 * 1024 * 1024);
|
// auto alloc = resourceManager->getAllocator<RGDataBufType>(10 * 1024 * 1024);
|
||||||
RGData joinedData(alloc);
|
RGData joinedData;
|
||||||
uint32_t matchCount, smallSideCount = tjoiners->size();
|
uint32_t matchCount, smallSideCount = tjoiners->size();
|
||||||
uint32_t j, k;
|
uint32_t j, k;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user