← Back to team overview

maria-developers team mailing list archive

bzr commit into Mariadb 5.2, with Maria 2.0:maria/5.2 branch (monty:2763)

 

#At lp:maria/5.2 based on revid:monty@xxxxxxxxxxxx-20100401090426-sldnxikmb2x1og23

 2763 Michael Widenius	2010-04-01 [merge]
      Auto merge with 5.1
      modified:
        mysys/my_gethostbyname.c
        storage/xtradb/handler/i_s.cc
        storage/xtradb/log/log0recv.c

=== modified file 'mysys/my_gethostbyname.c'
--- a/mysys/my_gethostbyname.c	2010-03-30 12:36:49 +0000
+++ b/mysys/my_gethostbyname.c	2010-03-31 20:50:54 +0000
@@ -95,7 +95,7 @@ struct hostent *
 my_gethostbyname_r(const char *name,
                    struct hostent *result __attribute__((unused)),
                    char *buffer __attribute__((unused)),
-                   int buflen__attribute__((unused)),
+                   int buflen __attribute__((unused)),
                    int *h_errnop)
 {
   struct hostent *hp;

=== modified file 'storage/xtradb/handler/i_s.cc'
--- a/storage/xtradb/handler/i_s.cc	2010-01-28 11:35:10 +0000
+++ b/storage/xtradb/handler/i_s.cc	2010-03-31 20:50:54 +0000
@@ -2988,7 +2988,6 @@ i_s_innodb_admin_command_fill(
 	COND*		cond)
 {
 	TABLE*	i_s_table	= (TABLE *) tables->table;
-	CHARSET_INFO *cs= system_charset_info;
 	char**	query_str;
 	char*	ptr;
 	char	quote	= '\0';

=== modified file 'storage/xtradb/log/log0recv.c'
--- a/storage/xtradb/log/log0recv.c	2010-01-15 15:58:25 +0000
+++ b/storage/xtradb/log/log0recv.c	2010-03-31 20:50:54 +0000
@@ -3280,7 +3280,6 @@ recv_recovery_from_checkpoint_finish(voi
 #endif /* UNIV_DEBUG */
 
 	if (recv_needed_recovery && srv_recovery_stats) {
-		FILE*	file = stderr;
 		ulint	i;
 
 		fprintf(stderr,