[MDEV-3734] LP:637978 - Wrong result with maria-5.1-wl24 and index_merge / sort_union Created: 2010-09-14 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: | Major |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following query: SELECT COUNT returns 3212 when executed with index_merge and sort_union in maria-5.1-wl24 and 3379 when executed with maria-5.1 or with IGNORE INDEX and a full table scan. |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-09-14 ] |
|
Re: Wrong result with maria-5.1-wl24 and index_merge / sort_union |
| Comment by Philip Stoev (Inactive) [ 2010-09-14 ] |
|
mysqldump of table |
| Comment by Philip Stoev (Inactive) [ 2010-09-15 ] |
|
Re: Wrong result with maria-5.1-wl24 and index_merge / sort_union --disable_query_log --enable_query_log SELECT COUNT |
| Comment by Philip Stoev (Inactive) [ 2010-09-15 ] |
|
Re: Wrong result with maria-5.1-wl24 and index_merge / sort_union |
| Comment by Philip Stoev (Inactive) [ 2010-09-15 ] |
|
table with 1000 rows and just the 4 required columns |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 637978 |