[MDEV-2216] LP:1002564 - Wrong result for a lookup query from a heap table Created: 2012-05-21 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: | Critical |
| Reporter: | Igor Babaev | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following test case gives us a wrong result in MariaDB 5.2/5.5 CREATE TABLE t1 ( SELECT * FROM t1 WHERE c1='bar2'; MariaDB [test]> SELECT * FROM t1 WHERE c1='bar2'; (see also bug #47704 from bugs.mysql.com) |
| Comments |
| Comment by Michael Widenius [ 2012-09-10 ] |
|
Re: Wrong result for a lookup query from a heap table |
| Comment by Michael Widenius [ 2012-09-10 ] |
|
Re: Wrong result for a lookup query from a heap table |
| Comment by Rasmus Johansson (Inactive) [ 2012-09-10 ] |
|
Launchpad bug id: 1002564 |