mariadb/client
iggy@rolltop.ignatz42.dyndns.org 3c31c84200 Bug#19745: mysqldump --xml produces invalid xml
The mysqldump command with both the --xml and --hex-blob options will output blob data encoded as hexBinary.  
The proper XML datatype is xs:hexBinary.  
The correct XML datatype is specified be setting the xsi_type attribute equal to xs:hexBinary for each encoded element.
2006-10-18 18:43:51 -04:00
..
.cvsignore
client_priv.h Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
CMakeLists.txt Added build rule for mysql_upgrade.exe 2006-09-22 07:38:24 +02:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h
get_password.c
Makefile.am make dist changes for Cmake build 2006-09-01 10:32:12 +02:00
my_readline.h
mysql.cc Bug#21263 mysql client XML output does not distinguish between NULL and string 'NULL' 2006-09-29 16:29:39 +05:00
mysql_upgrade.c Bug#21011 The [client] group header was overwritten by "password" option in upgrade_defaults file which confused mysqlcheck thus used to prevent the whole thing from running correctly when the "--password=" option is specified on mysql_upgrade command line with no corresponding "--user=" option 2006-09-15 04:01:47 +04:00
mysqladmin.cc Bug#17208 SSL: client does not verify server certificate 2006-04-18 17:58:27 +02:00
mysqlbinlog.cc Fixes for crashes and test failures 2006-09-01 14:34:37 +02:00
mysqlcheck.c Bug #16502: mysqlcheck gets confused with views 2006-07-24 13:31:20 -07:00
mysqldump.c Bug#19745: mysqldump --xml produces invalid xml 2006-10-18 18:43:51 -04:00
mysqlimport.c Bug#15690 mysqlimport tries to set options the server doesn't understand 2006-07-20 17:30:44 +02:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Bug #19147: mysqlshow INFORMATION_SCHEMA does not work 2006-07-21 20:29:25 -07:00
mysqltest.c Remove duplicate free of "ds_res" 2006-08-16 20:38:33 +02:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc Merge with 4.1 2005-06-07 00:31:53 +03:00
sql_string.h Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 2005-06-06 16:54:15 +05:00