Bug #43321 Server crash with 'utf32' on CHAR field
Submitted: 3 Mar 2009 7:28
Reporter: Amit Saha Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:MySQL 6.0.8/6.0.9 OS:Solaris
Assigned to: CPU Architecture:Any

[3 Mar 2009 7:28] Amit Saha
Description:
The MySQL server goes away/crashes when a table with CHAR field with 'utf32' character set is attempted to be created. It does not happen with VARCHAR. I have verified the problem with a 'debug-max' build on Pentium (Linux) and AMD (Sun Solaris 10). I see that this is a duplicate of http://bugs.mysql.com/bug.php?id=34391. 

How to repeat:
Run the following query: CREATE TABLE t1 (word VARCHAR(32), word2 CHAR(32) CHARACTER SET utf32) ENGINE=INNODB either from the MySQL Client or via MTR in a .test file against a 'debug-max' build of MySQL 6.0.8 or MySQL 6.0.9-alpha
[3 Mar 2009 7:30] Amit Saha
The patch is pending as suggested at http://bugs.mysql.com/bug.php?id=34391. Since its not yet available in the 6.0.8 or 6.0.9 release, so I have logged it here. Please feel free to mark this as duplicate, if that;s the correct way to go about it.