Bug #1707 mysqldump -X does't quote field and table names
Submitted: 30 Oct 2003 0:37 Modified: 31 Oct 2003 0:38
Reporter: Ramil Kalimullin
Status: Closed
Category:Client Severity:S3 (Non-critical)
Version: OS:Any (all)
Assigned to: Ramil Kalimullin Target Version:

[30 Oct 2003 0: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
[31 Oct 2003 0: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