Bug #99587 | Invalid data returned when using LEFT OUTER JOIN and GROUP BY | ||
---|---|---|---|
Submitted: | 15 May 2020 11:38 | Modified: | 18 May 2020 4:45 |
Reporter: | Florian Reinhart | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S2 (Serious) |
Version: | 8.0.20 | OS: | Debian |
Assigned to: | CPU Architecture: | x86 |
[15 May 2020 11:38]
Florian Reinhart
[15 May 2020 12:17]
MySQL Verification Team
Hi Mr. Reinhart, Thank you for your bug report. I have run your test case and managed to repeat the same results: id name department departmentName 1 Person A 1 Department A 2 Person B 2 Department B 3 Person C NULL NULL 4 Person D 1 Department A id name department departmentName 1 Person A 1 Department A 2 Person B 2 NULL 3 Person C NULL Department B 4 Person D 1 Department A Hence, this is a regression bug in 8.0.20, which is why it deserves the severity that you reported. Verified as reported.
[18 May 2020 4:45]
Erlend Dahl
Duplicate of Bug#99398 Data in wrong row on left join which has been fixed in the upcoming 8.0.21 release.
[18 May 2020 12:35]
MySQL Verification Team
Thank you, Erlend.