Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.5, 10.6, 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
The sql/share/charsets/Index.xml is not correctly formatted XML file.
Problem is in redefinition of the "flag" attribute in collation names.
The list of XML parser errors can be gathered, e.g., with xmllint tool (output of xmllint enclosed as file attachment).
First error for better picture is as follows:
./sql/share/charsets/Index.xml:75: parser error : Attribute flag redefined
<collation name="latin2_nopad_bin" id="1101" flag="binary" flag="nopad"/>
^
Related is then also the Index.xml dedicated for testing purposes (mysql-test/std_data/ldml/Index.xml), which is also ill-formatted.