Bug #64651 | mysqldump xml fails to quote string literals | ||
---|---|---|---|
Submitted: | 14 Mar 2012 19:01 | Modified: | 14 Mar 2012 19:14 |
Reporter: | Jeffrey Paul | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S2 (Serious) |
Version: | 5.1.61, 5.5.21 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | mysqldump, XML |
[14 Mar 2012 19:01]
Jeffrey Paul
[14 Mar 2012 19:14]
Valeriy Kravchuk
Verified with 5.1.61 also: macbook-pro:5.1 openxs$ bin/mysqldump --xml -uroot test tableName <?xml version="1.0"?> <mysqldump xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <database name="test"> <table_structure name="tableName"> <field Field="col1" Type="timestamp" Null="NO" Key="" Default="CURRENT_TIMESTAMP" Extra="on update CURRENT_TIMESTAMP" Comment="" /> <field Field="col2" Type="timestamp" Null="NO" Key="" Default="0000-00-00 00:00:00" Extra="" Comment="" /> <options Name="tableName" Engine="MyISAM" Version="10" Row_format="Fixed" Rows="0" Avg_row_length="0" Data_length="0" Max_data_length="2533274790395903" Index_length="1024" Data_free="0" Create_time="2012-03-14 19:12:18" Update_time="2012-03-14 19:12:18" Collation="latin1_swedish_ci" Create_options="" Comment="" /> </table_structure> <table_data name="tableName"> </table_data> </database> </mysqldump>