[MDEV-2730] LP:802845 - Derived tables with LIMIT 0 return rows with mwl#106 Created: 2011-06-28 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| 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. |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 802845 |