Bug #19721 Partitioning fails on NULL
Submitted: 11 May 2006 11:25 Modified: 9 Jun 2006 7:35
Reporter: Joerg Bruehe Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Partitions Severity:S2 (Serious)
Version: OS:Solaris (Solaris 8+9 Sparc (32+64))
Assigned to: CPU Architecture:Any

[11 May 2006 11:25] Joerg Bruehe
Description:
First attempt at a 5.1.10-beta release build.

Test fails on Solaris 8 + 9 (but passes on 10!) on Sparc CPUs (both 32 + 64 bit):
=====
partition                      [ fail ]

Errors are (from /PATH/mysqltest-time) :
mysqltest: At line NNN: query 'create table t1 (f1 smallint)
partition by list (f1) (partition p0 values in (null))' failed: 1482: Multiple definition of same constant in list partitio
ning
(the last lines may be the most important ones)
Result from queries before failure can be found in r/partition.log

Killing Possible Leftover Processes
=====

How to repeat:
Run the test suite.
[12 May 2006 12:48] Valeriy Kravchuk
Passed with 5.1.11-BK build on SuSE Linux 9.3, 32-bit.
[9 Jun 2006 7:35] Mikael Ronström
This is a duplicate of bug #19801 which is patch pending
so bug exists still in 5.1.11 but will be fixed as soon as patch
for bug#19801 is pushed.