Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
5.1.67, 5.2.14, 5.3.12, 5.5.39, 10.0.13, 10.1.0
-
None
-
None
Description
In union.test we have
--error 1054
select a from t1 union select a from t2 order by t2.a;
The error (ER_BAD_FIELD_ERROR) is incorrect, it should be ER_TABLENAME_NOT_ALLOWED_HERE.
It is happens because of reading incorrect SELECT option during ORDER BY processing.
Attachments
Issue Links
- is part of
-
MDEV-334 [backport] Implement UNION ALL without usage of a temporary table (MWL#44)
-
- Closed
-
Activity
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.0.14 [ 17101 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 53814 ] | MariaDB v3 [ 64995 ] |
Workflow | MariaDB v3 [ 64995 ] | MariaDB v4 [ 148211 ] |