Details
-
Bug
-
Status: In Testing (View Workflow)
-
Critical
-
Resolution: Unresolved
-
23.10.1
-
None
-
None
-
2024-2
Description
MariaDB [test]> SELECT * FROM t UNION ALL VALUES (1, 2); |
ERROR 2013 (HY000): Lost connection to server during query |
MariaDB crashed.
Same results with:
- UNION [ ALL | DISTINCT ] VALUES
- INTERSECT [ ALL | DISTINCT ] VALUES
- EXCEPT [ ALL | DISTINCT ] VALUES
These queries work with InnoDB.