diff options
author | unknown <bar@mysql.com/bar.intranet.mysql.r18.ru> | 2006-09-29 16:29:39 +0500 |
---|---|---|
committer | unknown <bar@mysql.com/bar.intranet.mysql.r18.ru> | 2006-09-29 16:29:39 +0500 |
commit | 1b4d6a055a6407f1e446b8333c9d31e5c2868886 (patch) | |
tree | 7cfa1d566858e9efd7cca5523f1520a4a7e339f6 /mysql-test/r/ps_2myisam.result | |
parent | 880c9b2a8b5c5239701b60bdb5f6cc8559be3470 (diff) | |
download | mariadb-git-1b4d6a055a6407f1e446b8333c9d31e5c2868886.tar.gz |
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>
client/mysql.cc:
Fixing to print NULLs differently from empty strings
mysql-test/r/client_xml.result:
Fixing test result accordingly
Diffstat (limited to 'mysql-test/r/ps_2myisam.result')
0 files changed, 0 insertions, 0 deletions