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
This commit is contained in:
Michael Widenius 2010-03-31 23:50:54 +03:00
parent cebec393cf
commit 33a5571bb2
3 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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';

View File

@ -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,