Bug #1707 mysqldump -X does't quote field and table names
Submitted: 29 Oct 2003 23:37 Modified: 30 Oct 2003 23:38
Reporter: Ramil Kalimullin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: mysqldump Command-line Client Severity:S3 (Non-critical)
Version: OS:Any (all)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[29 Oct 2003 23:37] Ramil Kalimullin
Description:
mysqldump produces wrong XML output if table name (or its field name) contains " sign.

How to repeat:
mysqldump -X database table_with_"_sign_in_name
or
mysqldump -X database table_with_`"`_field_name
[30 Oct 2003 23:38] Ramil Kalimullin
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