Bug #5536 wrong server character set in "status" command
Submitted: 13 Sep 2004 5:48 Modified: 13 Sep 2004 7:54
Reporter: Alexander Barkov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.x OS:Any (any)
Assigned to: Alexander Barkov CPU Architecture:Any

[13 Sep 2004 5:48] Alexander Barkov
Description:
"status" command displays wrong server character set.

How to repeat:
Start "mysqld --default-character-set=utf8"
Run  "mysql --default-character-set=latin2"

mysql> status;
--------------
Client characterset:    latin2_general_ci
Server characterset:    latin2_general_ci
[13 Sep 2004 7:54] 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