8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

Added initialization - thanks to Adriano

This commit is contained in:
AlexPeshkoff 2017-05-03 12:19:43 +03:00
parent bf284274f4
commit 59975f66e4

View File

@ -1604,7 +1604,7 @@ void CorrAggNode::aggInit(thread_db* tdbb, jrd_req* request) const
if (nodFlags & FLAG_DECFLOAT)
{
impure->make_decimal128(CDecimal128(0));
impure2->dec.x = impure2->dec.x2 = CDecimal128(0);
impure2->dec.x = impure2->dec.x2 = impure2->dec.y = impure2->dec.y2 = impure2->dec.xy = CDecimal128(0);
}
else
{