From 9b46bc063dd8d86439b718ba81a3bacda6c7c438 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 26 May 2014 13:57:45 +0200 Subject: [PATCH] Compile error Compile error --- server/modules/monitor/mysql_mon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/modules/monitor/mysql_mon.c b/server/modules/monitor/mysql_mon.c index e69b14b79..4d1b218b7 100644 --- a/server/modules/monitor/mysql_mon.c +++ b/server/modules/monitor/mysql_mon.c @@ -362,8 +362,6 @@ char *server_string; if (mysql_query(database->con, "SHOW ALL SLAVES STATUS") == 0 && (result = mysql_store_result(database->con)) != NULL) { - if (strncmp(row[10], "Yes", 3) == 0 - && strncmp(row[11], "Yes", 3) == 0) int i = 0; num_fields = mysql_num_fields(result); while ((row = mysql_fetch_row(result)))