Bug #10624 | Views with multiple UNION and UNION ALL produce incorrect results | ||
---|---|---|---|
Submitted: | 13 May 2005 15:32 | Modified: | 18 Aug 2005 21:03 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.6-beta-debug | OS: | Linux (SUSE 9.2) |
Assigned to: | Evgeny Potemkin | CPU Architecture: | Any |
[13 May 2005 15:32]
Peter Gulutzan
[13 May 2005 15:40]
MySQL Verification Team
Thank you for the bug report.
[15 Aug 2005 18:42]
Evgeny Potemkin
st_select_lex_unit::print() was losing UNION ALL if in statement were present UNION DISTINCT.
[15 Aug 2005 19:05]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/internals/28301
[18 Aug 2005 19:36]
Evgeny Potemkin
Fix will go into 5.0.13, cset 1.1977.10.1
[18 Aug 2005 19:48]
Evgeny Potemkin
Fix will be in 5.0.12, not in 5.0.13.
[18 Aug 2005 21:03]
Mike Hillyer
Documented in 5.0.12 changelog: <listitem><para>Views with multiple <literal>UNION</literal> and <literal>UNION ALL</literal> produced incorrect results.</para></listitem>