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
feat(): first cleanup
This commit is contained in:
@@ -1481,6 +1481,7 @@ bool BatchPrimitiveProcessorJL::nextTupleJoinerMsg(ByteStream& bs)
|
||||
|
||||
if (tJoiners[joinerNum]->isTypelessJoin())
|
||||
{
|
||||
// TODO: change RM ptr to ref b/c its scope and lifetime lasts till the end of the program.
|
||||
auto alloc = rm_->getAllocator<utils::FixedAllocatorBufType>();
|
||||
utils::FixedAllocator fa(alloc, tlKeyLens[joinerNum], true);
|
||||
|
||||
|
Reference in New Issue
Block a user