Bug #83699 | Wrong calculation of decimals after point for IFNULL w/ GROUP BY using tmp tbl | ||
---|---|---|---|
Submitted: | 4 Nov 2016 21:18 | Modified: | 13 Oct 2017 17:36 |
Reporter: | Dag Wanvik | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.8 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[4 Nov 2016 21:18]
Dag Wanvik
[13 Oct 2017 17:36]
Paul DuBois
Posted by developer: Fixed in 8.0.4, 9.0.0. IFNULL(decimal, int) could lose a digit after the decimal point when used in a query that included GROUP BY and was executed using a temporary table.