1
0
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:
drrtuy
2025-04-29 19:30:24 +00:00
parent f5494ad7a2
commit d4fe2e7a45
3 changed files with 5 additions and 37 deletions

View File

@@ -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
{