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
feat(TNS, sorting, distinct): TNS now accounts data used by RGDatas and distinct maps.
This commit is contained in:
@ -737,7 +737,8 @@ IdbOrderBy::IdbOrderBy()
|
||||
|
||||
IdbOrderBy::~IdbOrderBy()
|
||||
{
|
||||
if (fRm)
|
||||
// returnRGDataMemory2RM() returns all memory before the dtor is called.
|
||||
if (fRm && fMemSize > 0)
|
||||
fRm->returnMemory(fMemSize, fSessionMemLimit);
|
||||
|
||||
// delete compare objects
|
||||
|
Reference in New Issue
Block a user