Removed boolean value assignment to an integer variable.
This commit is contained in:
parent
6c75e09f29
commit
6ad89cb986
@ -324,7 +324,7 @@ static inline bool connect_to_db(MONITOR* mon,MONITOR_SERVERS *database)
|
||||
|
||||
static inline void monitor_mysql100_db(MONITOR_SERVERS* database)
|
||||
{
|
||||
int isslave = false;
|
||||
int isslave = 0;
|
||||
MYSQL_RES* result;
|
||||
MYSQL_ROW row;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user