Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
5.5.36, 5.5.37, 10.0.10
-
None
-
None
Description
Queries such as the following will crash the MariaDb server:
SELECT 1 AS test UNION SELECT 2 AS test ORDER BY test IS NULL ASC; |