[MDEV-2700] LP:784723 - Wrong result with semijoin + nested subqueries in maria-5.3 Created: 2011-05-18 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 | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
As reported by Igor: This test case: CREATE TABLE t1 ( t1field integer, primary key (t1field)); produces 6 rows with semijoin=on, which is more than the size of the base table that is being filtered by the WHERE. |
| Comments |
| Comment by Sergei Petrunia [ 2011-05-19 ] |
|
Re: Wrong result with semijoin + nested subqueries in maria-5.3 The following patch: revision-id: psergey@askmonty.org-20110509102051-jtywtgst71h9s0jj also has no relationship to the problem (the bug is repeatable both with it and without) |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 784723 |