[MDEV-8621] MySQL and MariaDB results on derived_table are not the same Created: 2015-08-14 Updated: 2015-08-18 Resolved: 2015-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.0.14, 10.0.21 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Gabor Aron | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
on MariaDB the derived_table result
on MySQL the results is what is expected
not matter what engine or version you use the MariaDB give wrong order |
| Comments |
| Comment by Gabor Aron [ 2015-08-15 ] |
|
Close this ticket i found the answer https://mariadb.com/kb/en/mariadb/why-is-order-by-in-a-from-subquery-ignored/ |