[MDEV-7853] ORDER BY not working correctly in subquery Created: 2015-03-27 Updated: 2015-03-27 Resolved: 2015-03-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery |
| Affects Version/s: | 10.0.17, 10.1.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Blocker |
| Reporter: | m.rygiel | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
10.1.3 - CentOS 6 |
||
| Description |
|
This test case
...produce diffrent results comparing to standard MySQL 5.6 edition. MySQL 5.6 standard result: MariaDB 10.1.3 / 10.0.17 result: As u can see - data is re-ordered again after leaving subquery, this is potentially very serious bug. |
| Comments |
| Comment by Sergei Golubchik [ 2015-03-27 ] |
|
It's not a bug, see Why is ORDER BY in a FROM Subquery Ignored? |