Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 5.5.36, 5.5.37, 10.0.10
-
Component/s: None
-
Labels: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; |