1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00
Files
mariadb/client
bar@mysql.com/bar.intranet.mysql.r18.ru 8b0f82b9b8 Bug#21263 mysql client XML output does not distinguish between NULL and string 'NULL'
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>
2006-09-29 16:29:39 +05:00
..
2003-08-11 22:44:43 +03:00
2006-09-01 10:32:12 +02:00
2004-05-05 22:47:09 +02:00
2004-09-01 04:12:09 +03:00
2006-08-16 20:38:33 +02:00
2005-06-07 00:31:53 +03:00