Bug #2702 Should not report if charset file does not exist if incompiled.
Submitted: 11 Feb 2004 2:31 Modified: 11 Feb 2004 4:58
Reporter: Alexander Barkov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.2-bk-current OS:
Assigned to: Alexander Barkov CPU Architecture:Any

[11 Feb 2004 2:31] Alexander Barkov
Description:
Monty:

bar, I don't think it's nice that all new clients gives the error: /mysql-test) ../client/mysqldump test --compact t1 t2
lt-mysqldump: Can't get stat of '/usr/local/mysql/share/mysql/charsets/Index.xml' (Errcode: 2)
We can't assume that the client is installed in the right place. One should only get a warning when trying to use a character set that is not in-compiled. 

How to repeat:
- Hide Index.xml
- Run client with the incompiled charset
[11 Feb 2004 4:58] 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

Additional info:

Index.xml is not loaded now if the default character set is used.