Fixed multi-source replication not working.

This commit is contained in:
Markus Makela 2015-09-16 11:52:33 +03:00
parent ea2c454010
commit 6c75e09f29

View File

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