Bug #5005 collation cp852_bin makes server crash
Submitted: 11 Aug 2004 21:32 Modified: 12 Aug 2004 9:41
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.3 OS:Linux (linux)
Assigned to: Alexander Barkov CPU Architecture:Any

[11 Aug 2004 21:32] Hartmut Holzgraefe
Description:
mysql> create table collation_test_81 (s1 char character set cp852 collate cp852_bin);
ERROR 2013 (HY000): Lost connection to MySQL server during query

How to repeat:
create table collation_test_81 (s1 char character set `cp852` collate `cp852_bin`)
[12 Aug 2004 9:41] Alexander Barkov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html