[MDEV-609] LP:993718 - Wrong result from a query with GROUP BY, ORDER BY and LIMIT Created: 2012-05-03 Updated: 2012-10-31 Resolved: 2012-10-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.28a, 5.3.10, 5.2.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor Babaev | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following sequence of commands gives a wrong result set: CREATE TABLE t1 ( INSERT INTO t1 VALUES SELECT member_id_to, COUNT MariaDB [test]> SELECT member_id_to, COUNT
-------------
------------- (see also bug #12713907 reported for mysql-5.1) |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2012-05-10 ] |
|
Launchpad bug id: 993718 |
| Comment by Vladislav Vaintroub [ 2012-10-30 ] |
|
Can't reproduce in any of 5.2,5.3,5.5 |
| Comment by Igor Babaev [ 2012-10-31 ] |
|
This bug can be reproduced with mariadb- 5.2 rev 3163, but cannot be reproduced with mariadb-5.2 rev 3164. |