Bug #14341 ps test fails
Submitted: 26 Oct 2005 18:07 Modified: 26 Oct 2005 21:07
Reporter: Patrick Galbraith Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Prepared statements Severity:S1 (Critical)
Version:4.1.1-current-bk OS:Linux (Linux, SuSe 9.3 Linux krsna 2.6.)
Assigned to: CPU Architecture:Any

[26 Oct 2005 18:07] Patrick Galbraith
Description:
Running 'make test', ps test fails: (also running mysql-test-run and mysql-test-run --ps-protocol)

TEST                           RESULT
-------------------------------------------------------

ps                             [ fail ]

Errors are (from /home/patg/mysql-build/mysql-4.1/mysql-test/var/log/mysqltest-time) :
mysqltest: At line 670: query 'create table t1 (utext varchar(20) character set ucs2)' failed: 1115: Unknown character set: 'ucs2'
(the last lines may be the most important ones)

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

How to repeat:
compile latest 4.1 from bk, run 'make test'
[26 Oct 2005 18:32] Patrick Galbraith
changed to p1/s1 per Brian
[26 Oct 2005 21:07] Patrick Galbraith
Duplicate of 13337