[MDEV-3876] Wrong result (extra rows) with ALL subquery from a MERGE view Created: 2012-11-22 Updated: 2013-09-25 Resolved: 2012-11-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.0, 5.5.28, 5.3.10 |
| Fix Version/s: | 10.0.1, 5.5.28a, 5.3.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The test case below returns different results when a query is run with a MERGE view comparing to a TEMPTABLE view or a base table. I believe that the TEMPTABLE/base table result is correct.
Actual result:
Result with a TEMPTABLE view or a base table:
EXPLAIN with the MERGE view:
Also reproducible on MariaDB 5.5, 10.0. |
| Comments |
| Comment by Oleksandr Byelkin [ 2012-11-23 ] |
|
Duplicate of https://mariadb.atlassian.net/browse/MDEV-3873 |