Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Critical 
- 
    Resolution: Fixed
- 
    23.10.1
- 
    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.