1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-02 17:22:27 +03:00

MCOL-4643 reset valOut after UDAF evaluation

This commit is contained in:
David Hall
2021-03-26 16:09:15 -05:00
parent 77fba49e76
commit 0eee6cfc62

View File

@ -3306,6 +3306,7 @@ void RowAggregationUM::calculateUDAFColumns()
// Set the returned value into the output row // Set the returned value into the output row
SetUDAFValue(valOut, colOut); SetUDAFValue(valOut, colOut);
valOut.reset();
} }
fRGContext.setUserData(NULL); fRGContext.setUserData(NULL);