Bug #17432 | Partitions: wrong result, SELECT ... where <column> is null | ||
---|---|---|---|
Submitted: | 15 Feb 2006 19:15 | Modified: | 27 Feb 2006 20:46 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1 | OS: | |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[15 Feb 2006 19:15]
Matthias Leich
[15 Feb 2006 19:16]
Matthias Leich
testcase
Attachment: ml101.test (application/test, text), 743 bytes.
[24 Feb 2006 17:30]
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/commits/3119
[24 Feb 2006 17:30]
Reggie Burnett
Fixed in 5.1.7
[27 Feb 2006 20:46]
Mike Hillyer
Documented in 5.1.7 changelog: <listitem> <para> Partitioning with certain <literal>SUBPARTITION BY HASH</literal> clauses caused error when querying for partitioned column with <literal>IS NULL</literal> check. (Bug #17430, Bug #17432) </para> </listitem>