mariadb/client
unknown 21d6e172f5 Bug#16859 involves truncating column data at NUL characters. Instead, the
client will now substitute spaces for NULs, so that the grid isn't messed up
due to silently consumed NULs and that the full field is shown.


client/mysql.cc:
  For non-numbers, print each character at a time, instead of using the 
  fprintf() facility, which interprets an array of chars as a C string, which 
  is necessarily NUL terminated.  We mustn't terminate on NULs, and since we 
  know the length of the data, we needn't.
mysql-test/r/mysql.result:
  Add a test.
mysql-test/t/mysql.test:
  Add a test.
2006-03-03 16:26:38 -05:00
..
.cvsignore
client_priv.h BUG# 13052 2005-10-12 22:44:42 -07:00
completion_hash.cc
completion_hash.h
get_password.c
Makefile.am Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clause 2006-01-11 02:07:40 +03:00
my_readline.h
mysql.cc Bug#16859 involves truncating column data at NUL characters. Instead, the 2006-03-03 16:26:38 -05:00
mysqladmin.cc many warnings (practically safe but annoying) corrected 2006-01-03 17:54:54 +01:00
mysqlbinlog.cc many warnings (practically safe but annoying) corrected 2006-01-03 17:54:54 +01:00
mysqlcheck.c mysqlcheck.c: 2006-02-17 08:32:52 -06:00
mysqldump.c Change snprintf to my_snprintf 2006-02-23 16:08:28 +01:00
mysqlimport.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqlmanager-pwgen.c
mysqlmanagerc.c
mysqlshow.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqltest.c mysqltest.c: 2006-02-28 15:11:44 -06:00
readline.cc
sql_string.cc Merge with 4.1 2005-06-07 00:31:53 +03:00
sql_string.h