[MDEV-6719] UNION ORDER BY incorrect error Created: 2014-09-10 Updated: 2014-09-11 Resolved: 2014-09-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.1.67, 5.2.14, 5.3.12, 5.5.39, 10.0.13, 10.1.0 |
| Fix Version/s: | 10.1.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Oleksandr Byelkin | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In union.test we have --error 1054 The error (ER_BAD_FIELD_ERROR) is incorrect, it should be ER_TABLENAME_NOT_ALLOWED_HERE. |
| Comments |
| Comment by Oleksandr Byelkin [ 2014-09-11 ] |
|
Fixed as part of |