Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4(EOL)
-
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