You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-24 17:47:42 +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