Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.4
-
Fix Version/s: 10.4.0
-
Component/s: Parser
-
Labels:None
Description
MariaDB [test]> (select 1) union (select 1) union (select 1);
|
+---+
|
| 1 |
|
+---+
|
| 1 |
|
+---+
|
1 row in set (0.000 sec)
|
 |
MariaDB [test]> ((select 1) union (select 1) union (select 1));
|
+---+
|
| 1 |
|
+---+
|
| 1 |
|
| 1 |
|
+---+
|
2 rows in set (0.000 sec)
|
|
Attachments
Issue Links
- relates to
-
MDEV-16317 Testing for brackets (parentheses) in UNION/EXCEPT/INTERSECT operations
-
- Stalled
-