Bug #90343 | Sorting problem | ||
---|---|---|---|
Submitted: | 9 Apr 2018 3:02 | Modified: | 20 Apr 2018 14:37 |
Reporter: | laurel zhu | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S3 (Non-critical) |
Version: | OS: | Windows | |
Assigned to: | CPU Architecture: | Any |
[9 Apr 2018 3:02]
laurel zhu
[20 Apr 2018 14:37]
MySQL Verification Team
Hi, Thank you for your bug report. Luckily, this is not a bug. You are ordering by the column which has duplicates. In case of the duplicates, no order is guaranteed. That is conforming with SQL standards and is described in our manual. If you want always the same order, add the other column to the ORDER BY clause.