Bug #98217 | the "order by desc" option does not work | ||
---|---|---|---|
Submitted: | 14 Jan 2020 8:41 | Modified: | 28 Jan 2020 4:24 |
Reporter: | shangshang yu | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S1 (Critical) |
Version: | 8.0.19, 8.0.17, 8.0.18 | OS: | CentOS |
Assigned to: | CPU Architecture: | x86 | |
Tags: | regression |
[14 Jan 2020 8:41]
shangshang yu
[14 Jan 2020 9:18]
MySQL Verification Team
Hello Shangshang yu, Thank you for the report. Verified as described with 8.0.19. regards, Umesh
[28 Jan 2020 4:24]
Jon Stephens
Documented fix as follows in the MySQL 8.0.20 changelog: For a query of the form SELECT DISTINCT ... ORDER BY ..., when the ORDER BY was pushed down onto the first table in the join, the result was not always sorted in the correct order. Closed.