mariadb/client
unknown da0b4e9743 Fix some bad code in mysqltest.c and mysql-test-run.pl which could cause segfault / wrong LD_LIBRARY_PATH settings.
client/mysqltest.c:
  Remove vsnprintf() and DBUG_PRINT from die() function, as it's not portable to Windows, and it's not allowed to call vsnprintf() and then vfprintf() with the same args.
  
  Can't just print the buffer here, because the buffer is a fixed size.  If the message is longer than will fit int he buffer, it would get truncated on Unix, and the full thing would be printed on Windows.  This DBUG_PRINT isn't important enough for this hassle, so just get rid of it.
mysql-test/mysql-test-run.pl:
  Remove bogus quoting of $ENV{LD_LIBRARY_PATH} and $ENV{DYLD_LIBRARY_PATH} in environment_setup().
2006-10-11 00:03:21 -06:00
..
.cvsignore
client_priv.h Removed double enum value. 2006-05-16 01:12:12 +03: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 upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c This is an implementation of two WL items: 2006-05-18 18:57:50 +04:00
Makefile.am Add mysys/my_copy.c as sources for mysqltest 2006-10-03 16:35:46 +02:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug17583/my50-bug17583 2006-10-09 18:51:02 -04: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 Merge bodhi.local:/opt/local/work/tmp_merge 2006-08-12 21:06:51 +04:00
mysqldump.c Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/bug19660/my50-bug19660 2006-10-04 16:44:51 -04:00
mysqlimport.c Merge bodhi.local:/opt/local/work/tmp_merge 2006-08-12 21:06:51 +04:00
mysqlshow.c Bug #19147: mysqlshow INFORMATION_SCHEMA does not work 2006-07-21 20:29:25 -07:00
mysqlslap.c Bug#21297 rpl_insert fails randomly 2006-07-27 10:54:04 +02:00
mysqltest.c Fix some bad code in mysqltest.c and mysql-test-run.pl which could cause segfault / wrong LD_LIBRARY_PATH settings. 2006-10-11 00:03:21 -06: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