Bug #17430 | Partitions: crash on SELECT * FROM t1 WHERE f_int1 IS NULL | ||
---|---|---|---|
Submitted: | 15 Feb 2006 16:38 | Modified: | 27 Feb 2006 20:45 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1 | OS: | |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
[15 Feb 2006 16:38]
Matthias Leich
[15 Feb 2006 16:40]
Matthias Leich
test script
Attachment: ml099.test (application/test, text), 937 bytes.
[15 Feb 2006 17:03]
Matthias Leich
I have a similar testcase with partitioning by list and subpartitioning by key which suffers most probably from the same problem. Pleaste have a look into the attached testcase ml100.test. Again switching to 1 subpartition per partitions removes the crash.
[15 Feb 2006 17:04]
Matthias Leich
testcase
Attachment: ml100.test (application/test, text), 794 bytes.
[24 Feb 2006 16:36]
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/3117
[24 Feb 2006 17:31]
Reggie Burnett
Fixed in 5.1.7
[27 Feb 2006 20:45]
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) </para> </listitem>