mariadb/client
unknown 6e82d64863 fixes for compiler warnings from VC6
client/mysqltest.c:
  undef popen prior to redefining it to avoid compiler warning
  cast len argument to replace_dynstr_append_mem to int.  This should be ok because the 
  replace_dynstr_append method uses strlen to accomplish the same thing.
myisam/mi_create.c:
  cast myisam_block_size down to uint16 to match the struct element block_length
mysys/default.c:
  add (char*) cast to make compiler happy
mysys/my_handler.c:
  add (my_bool) cast to make compiler happy
2005-06-06 11:34:52 -05:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Correction of merge mishandling in 'client/client_priv.h'. 2005-05-26 12:58:55 +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 Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am yassl changeset 2: 2005-04-30 19:48:45 +02:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc client/mysql.cc 2005-06-03 21:59:33 +02:00
mysqladmin.cc Merge of 4.1->5.0. This contained the fixes for GCC 4.0 2005-06-01 21:56:30 -07:00
mysqlbinlog.cc yassl changeset 2: 2005-04-30 19:48:45 +02:00
mysqlcheck.c Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-04-06 15:24:12 -07:00
mysqldump.c Manual merge. 2005-05-26 12:51:44 +02:00
mysqlimport.c Changing the default of libmysqlclient : it's now NO reconnection. 2004-12-09 14:44:10 +01: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 Fixes while reviewing new code 2005-05-06 11:39:30 +03:00
mysqltest.c fixes for compiler warnings from VC6 2005-06-06 11:34:52 -05:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc Merge of 4.1->5.0. This contained the fixes for GCC 4.0 2005-06-01 21:56:30 -07:00
sql_string.h Bug#8610: The ucs2_turkish_ci collation fails with upper('i') 2005-06-06 16:54:15 +05:00