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
-
- Closed
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
64d 15h 7m | 1 |
|
14h 44m | 1 |