You've already forked mariadb-columnstore-engine
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:
@ -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);
|
||||||
|
Reference in New Issue
Block a user