mariadb/client
cmiller@zippy.(none) 5039184e83 Bug#19006: 4.0 valgrind problems (in test func_str)
On exactly-sized Strings, the String::c_ptr() function peeked beyond the
end of the buffer, possibly into unititialized space to see whether the 
buffer was NUL-terminated.

In a place that did peek improperly, we now use a c_ptr_safe() function, 
which doesn't peek where it shouldn't.
2006-07-01 14:31:52 -04:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Several fixes for Netware. 2005-08-24 22:03:34 +03:00
completion_hash.cc Update copyright 2001-12-06 14:10:51 +02:00
completion_hash.h Update copyright 2001-12-06 14:10:51 +02:00
connect_test.c Update copyright 2001-12-06 14:10:51 +02:00
get_password.c fixed bug Bug #683 (Prompt for password doesn't go to console for Windows) 2003-07-16 18:15:35 -04:00
insert_test.c Fix bug #3181: insert_test client test missing mysql_init 2004-03-29 18:10:59 +05:00
list_test.c Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc A set of Netware related patches. 2005-12-04 15:02:06 +02:00
mysqladmin.c A set of Netware related patches. 2005-12-04 15:02:06 +02:00
mysqlbinlog.cc A set of Netware related patches. 2005-12-04 15:02:06 +02:00
mysqlcheck.c A set of Netware related patches. 2005-12-04 15:02:06 +02:00
mysqldump.c A set of Netware related patches. 2005-12-04 15:02:06 +02:00
mysqlimport.c Fixes during review of new pushed code: 2006-01-06 21:42:17 +02:00
mysqlmanager-pwgen.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c A set of Netware related patches. 2005-12-04 15:02:06 +02:00
mysqltest.c Fixed Bug#13275 mysqltest empty file bug 2005-09-19 18:45:22 +03:00
readline.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
select_test.c Update copyright 2001-12-06 14:10:51 +02:00
showdb_test.c Update copyright 2001-12-06 14:10:51 +02:00
sql_string.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_string.h Bug#19006: 4.0 valgrind problems (in test func_str) 2006-07-01 14:31:52 -04:00
ssl_test.c Update copyright 2001-12-06 14:10:51 +02:00
thimble.cc Update copyright 2001-12-06 14:10:51 +02:00
thread_test.c fix for bug #2905 - 2004-02-26 19:09:49 +01:00