Bug #98047 | MIN/MAX issue with NOT EXISTS subquery | ||
---|---|---|---|
Submitted: | 21 Dec 2019 19:26 | Modified: | 28 Jan 2020 18:54 |
Reporter: | Attila Molnár | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S2 (Serious) |
Version: | 8.0.18 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[21 Dec 2019 19:26]
Attila Molnár
[21 Dec 2019 20:35]
MySQL Verification Team
Thank you for the bug report. Server version 5.7 not affected by this bug, only 8.0 server.
[28 Jan 2020 18:54]
Paul DuBois
Posted by developer: Fixed in 8.0.20. MIN() and MAX() could return an incorrect value for some queries if a WHERE clause was added.
[29 Jan 2020 2:41]
Paul DuBois
Posted by developer: Corrected changelog entry: MIN() and MAX() could return an incorrect value for some queries if a WHERE clause containing an IN () subquery was added.