[MDEV-663] LP:1001092 - Query with GROUP BY returns an extra row Created: 2012-05-18 Updated: 2013-02-25 Resolved: 2013-02-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.30, 5.2.15, 5.3.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Igor Babaev | Assignee: | Oleksandr Byelkin |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following test case produces a wrong result in MariaDB 5.2: CREATE TABLE t1 (vc varchar(1), INDEX vc_idx (vc)) ; MariaDB [test]> SELECT vc FROM t1 GROUP BY vc;
------
------ (See also bug #12837714 in mysql-trunk) |
| Comments |
| Comment by Oleksandr Byelkin [ 2012-05-18 ] |
|
Re: Query with GROUP BY returns an extra row |
| Comment by Rasmus Johansson (Inactive) [ 2012-05-18 ] |
|
Launchpad bug id: 1001092 |
| Comment by Oleksandr Byelkin [ 2013-02-25 ] |
|
The bug is not repetable in 5.3, 5.5, 10.0 |
| Comment by Oleksandr Byelkin [ 2013-02-25 ] |
|
We can't repeat the bug any more |