From 6c75e09f292af7069133de51297712bab3c5fee7 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 16 Sep 2015 11:52:33 +0300 Subject: [PATCH] Fixed multi-source replication not working. --- server/modules/monitor/mysql_mon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/monitor/mysql_mon.c b/server/modules/monitor/mysql_mon.c index e31f2d57a..1dc8a7132 100644 --- a/server/modules/monitor/mysql_mon.c +++ b/server/modules/monitor/mysql_mon.c @@ -324,7 +324,7 @@ static inline bool connect_to_db(MONITOR* mon,MONITOR_SERVERS *database) static inline void monitor_mysql100_db(MONITOR_SERVERS* database) { - bool isslave = false; + int isslave = false; MYSQL_RES* result; MYSQL_ROW row;