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
MCOL-4180 dbcon/execplan review
This commit is contained in:
@ -270,9 +270,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
decimal.s128Value = (int128_t)(decimal.s128Value > 0 ?
|
||||
(__float128)decimal.s128Value / scaleMultiplier + 0.5 :
|
||||
(__float128)decimal.s128Value / scaleMultiplier - 0.5);
|
||||
decimal = decimal.integralWideRound();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user