Bug #115035 | View with ORDER BY misses a row | ||
---|---|---|---|
Submitted: | 16 May 2024 10:46 | Modified: | 17 Jun 2024 17:17 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S2 (Serious) |
Version: | 8.0.34, 8.3 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[16 May 2024 10:46]
Guilhem Bichot
[16 May 2024 11:10]
MySQL Verification Team
Hello Guilhem, Thank you for the report and test case. regards, Umesh
[17 Jun 2024 17:17]
Jon Stephens
Documented fix as follows in the MySQL 9.0.0 changelog: In some cases, a SELECT constant from an empty table with ORDER BY COUNT(*) used in a view did not return any rows. Closed.