mirror of
https://github.com/MariaDB/server.git
synced 2025-10-28 17:15:19 +03:00
Fix: "mysql --xml" now print NULL values the same way that "mysqldump --xml" does:
<field name="name" xsi:nil="true" />
to distinguish from empty strings:
<field name="name"></field>
and from string "NULL":
<field name="name">NULL</field>