Auto merge with 5.1
This commit is contained in:
commit
7feccbea9b
@ -95,7 +95,7 @@ struct hostent *
|
|||||||
my_gethostbyname_r(const char *name,
|
my_gethostbyname_r(const char *name,
|
||||||
struct hostent *result __attribute__((unused)),
|
struct hostent *result __attribute__((unused)),
|
||||||
char *buffer __attribute__((unused)),
|
char *buffer __attribute__((unused)),
|
||||||
int buflen__attribute__((unused)),
|
int buflen __attribute__((unused)),
|
||||||
int *h_errnop)
|
int *h_errnop)
|
||||||
{
|
{
|
||||||
struct hostent *hp;
|
struct hostent *hp;
|
||||||
|
@ -2988,7 +2988,6 @@ i_s_innodb_admin_command_fill(
|
|||||||
COND* cond)
|
COND* cond)
|
||||||
{
|
{
|
||||||
TABLE* i_s_table = (TABLE *) tables->table;
|
TABLE* i_s_table = (TABLE *) tables->table;
|
||||||
CHARSET_INFO *cs= system_charset_info;
|
|
||||||
char** query_str;
|
char** query_str;
|
||||||
char* ptr;
|
char* ptr;
|
||||||
char quote = '\0';
|
char quote = '\0';
|
||||||
|
@ -3280,7 +3280,6 @@ recv_recovery_from_checkpoint_finish(void)
|
|||||||
#endif /* UNIV_DEBUG */
|
#endif /* UNIV_DEBUG */
|
||||||
|
|
||||||
if (recv_needed_recovery && srv_recovery_stats) {
|
if (recv_needed_recovery && srv_recovery_stats) {
|
||||||
FILE* file = stderr;
|
|
||||||
ulint i;
|
ulint i;
|
||||||
|
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user