Bug #9875 "ctype_ucs_binlog" fails when using a plain "configure"
Submitted: 13 Apr 2005 15:46 Modified: 13 Apr 2005 16:02
Reporter: Lenz Grimmer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.12-pre OS:
Assigned to: Alexander Barkov CPU Architecture:Any

[13 Apr 2005 15:46] Lenz Grimmer
Description:
When building from source by just calling "configure" without any additional options,
"make test" fails in ctype_ucs_binlog with the following output:

ctype_ucs_binlog               [ fail ]

Errors are (from /usr/local/mysql/mysql-test/var/log/mysqltest-time) :
/usr/local/mysql/bin/mysqltest: At line 7: query 'create table t2 (c char(30)) charset=ucs2' failed: 1115: Unknown character set: 'ucs2'
(the last lines may be the most important ones)

Aborting: ctype_ucs_binlog failed in default mode. To continue, re-run with '--force'.

How to repeat:
Build from source by running "configure" without any options.
Run the test suite and observe the failure.

Suggested fix:
Either skip the test when the ucs2 character set is missing, or make sure to enable ucs2 by default when running configure without options.
[13 Apr 2005 16:02] Jim Winstead
Fix pushed.