+11
−0
mysql-test/r/bdb_notembedded.result
0 → 100644
+35
−0
mysql-test/t/bdb_notembedded.test
0 → 100644
+38
−0
Loading
Problem: output was empty if the result is empty. Fix: print XML header and footer, even if the result is empty, to produce well-formed XML output. client/mysql.cc: Print header and footer even on empty set, when --xml mysql-test/r/client_xml.result: Adding test case mysql-test/t/client_xml.test: Adding test case