maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #02824
[Branch ~maria-captains/maria/5.1] Rev 2838: Added missing space from last push
------------------------------------------------------------
revno: 2838
committer: Michael Widenius <monty@xxxxxxxxxxxx>
branch nick: maria-5.1
timestamp: Wed 2010-03-31 23:50:54 +0300
message:
Added missing space from last push
Fixed compiler warnings
modified:
mysys/my_gethostbyname.c
storage/xtradb/handler/i_s.cc
storage/xtradb/log/log0recv.c
--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1
Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription
=== modified file 'mysys/my_gethostbyname.c'
--- mysys/my_gethostbyname.c 2010-03-30 12:36:49 +0000
+++ mysys/my_gethostbyname.c 2010-03-31 20:50:54 +0000
@@ -95,7 +95,7 @@
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'
--- storage/xtradb/handler/i_s.cc 2010-01-28 11:35:10 +0000
+++ storage/xtradb/handler/i_s.cc 2010-03-31 20:50:54 +0000
@@ -2988,7 +2988,6 @@
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'
--- storage/xtradb/log/log0recv.c 2010-01-15 15:58:25 +0000
+++ storage/xtradb/log/log0recv.c 2010-03-31 20:50:54 +0000
@@ -3280,7 +3280,6 @@
#endif /* UNIV_DEBUG */
if (recv_needed_recovery && srv_recovery_stats) {
- FILE* file = stderr;
ulint i;
fprintf(stderr,