Bug #88670 | Subquery incorrectly shows duplicate values on subqueries. | ||
---|---|---|---|
Submitted: | 27 Nov 2017 22:56 | Modified: | 17 Aug 2018 23:38 |
Reporter: | Mark El-Wakil | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.7.20, 5.6.38 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[27 Nov 2017 22:56]
Mark El-Wakil
[28 Nov 2017 6:01]
MySQL Verification Team
Hello Mark El-Wakil, Thank you for the report and test case. Thanks, Umesh
[17 Aug 2018 23:38]
Jon Stephens
Documented fix as follows in the MySQL 5.6.42, 5.7.24, and 8.0.13 changelogs: It was possible for a subquery that used a unique key on a column allowing NULL to return multiple rows. Closed.