From 33a5571bb261ce23f7b32e4b9ba2caa53dc4c752 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Wed, 31 Mar 2010 23:50:54 +0300 Subject: [PATCH] Added missing space from last push Fixed compiler warnings mysys/my_gethostbyname.c: Added missing space from last push storage/xtradb/handler/i_s.cc: Removed not used variable storage/xtradb/log/log0recv.c: Removed not used variable --- mysys/my_gethostbyname.c | 2 +- storage/xtradb/handler/i_s.cc | 1 - storage/xtradb/log/log0recv.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/mysys/my_gethostbyname.c b/mysys/my_gethostbyname.c index 985a76faf0d..abd388302be 100644 --- a/mysys/my_gethostbyname.c +++ b/mysys/my_gethostbyname.c @@ -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; diff --git a/storage/xtradb/handler/i_s.cc b/storage/xtradb/handler/i_s.cc index fce4e66a791..678b0cbc661 100644 --- a/storage/xtradb/handler/i_s.cc +++ b/storage/xtradb/handler/i_s.cc @@ -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'; diff --git a/storage/xtradb/log/log0recv.c b/storage/xtradb/log/log0recv.c index 77902b48a6f..a847ee58ab5 100644 --- a/storage/xtradb/log/log0recv.c +++ b/storage/xtradb/log/log0recv.c @@ -3280,7 +3280,6 @@ recv_recovery_from_checkpoint_finish(void) #endif /* UNIV_DEBUG */ if (recv_needed_recovery && srv_recovery_stats) { - FILE* file = stderr; ulint i; fprintf(stderr,