Derived tables with LIMIT 0 return rows with mwl#106
Bug #802845 reported by
Philip Stoev
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| MariaDB |
Fix Released
|
Medium
|
Igor Babaev | ||
Bug 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.
| Changed in maria: | |
| assignee: | nobody → Igor Babaev (igorb-seattle) |
| milestone: | none → 5.3 |
| Changed in maria: | |
| status: | New → Confirmed |
| importance: | Undecided → Medium |
| Changed in maria: | |
| status: | Confirmed → In Progress |
| Changed in maria: | |
| status: | In Progress → Fix Committed |
| Changed in maria: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.
