Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Not repeatable with maria-5.3 before MWL#106. The following query:
SELECT * FROM (SELECT 0 LIMIT 0) AS alias1;
returns 1 row even though there is a LIMIT 0 clause.