+6
−6
mysql-test/r/client_xml.result
0 → 100644
+75
−0
mysql-test/t/client_xml.test
0 → 100644
+18
−0
Loading
tool does, with the column names as attributes on <field> elements, instead of trying to use the column name as the element name. Also fix some encoding issues. (Bug #7811) client/mysql.cc: Quote > and " in XML output, and use <field name="XXX"></field> instead of <XXX></XXX>, to make the output more like mysqldump --xml and avoid having to turn XXX into a sensible element name.