diff options
author | bar@mysql.com/bar.intranet.mysql.r18.ru <> | 2006-09-29 16:29:39 +0500 |
---|---|---|
committer | bar@mysql.com/bar.intranet.mysql.r18.ru <> | 2006-09-29 16:29:39 +0500 |
commit | 8b0f82b9b8ae8a892e67a55dd3dc10154a4cef00 (patch) | |
tree | 7cfa1d566858e9efd7cca5523f1520a4a7e339f6 /mysql-test/r/ps_2myisam.result | |
parent | 53dea28352e25fe9b4f8b79c357b399ffe95406c (diff) | |
download | mariadb-git-8b0f82b9b8ae8a892e67a55dd3dc10154a4cef00.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>
Diffstat (limited to 'mysql-test/r/ps_2myisam.result')
0 files changed, 0 insertions, 0 deletions