You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
chore(): re-enabled memory accounting for RGData generated by PP::execute()
This commit is contained in:
@@ -207,8 +207,6 @@ class TypelessDataStructure
|
||||
|
||||
using RowPointersVec =
|
||||
std::vector<rowgroup::Row::Pointer, allocators::CountingAllocator<rowgroup::Row::Pointer>>;
|
||||
// using RowPointersVec =
|
||||
// std::vector<rowgroup::Row::Pointer>;
|
||||
using RowPointersVecUP = std::unique_ptr<RowPointersVec>;
|
||||
class TupleJoiner
|
||||
{
|
||||
|
Reference in New Issue
Block a user