[MDEV-3428] LP:732124 - union + limit returns wrong result Created: 2011-03-09 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: | Minor |
| Reporter: | Michael Widenius | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
create table t1 (a int); ->
------
------ Which is wrong as there should be 8 rows in the result This only happens with union distinct without order by. |
| Comments |
| Comment by Michael Widenius [ 2011-03-09 ] |
|
Re: union + limit returns wrong result |
| Comment by Rasmus Johansson (Inactive) [ 2011-03-09 ] |
|
Launchpad bug id: 732124 |