• unknown's avatar
    Change 'mysql' client to output XML like the 'mysqldump' · 09d7ad9c
    unknown authored
    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.
    09d7ad9c
mysql.cc 91.2 KB