Clean up mysqlmon after pull request merge
The pull request introduced some minor whitespace errors.
This commit is contained in:
@ -1443,8 +1443,7 @@ static void set_master_heartbeat(MYSQL_MONITOR *handle, MONITOR_SERVERS *databas
|
||||
}
|
||||
|
||||
/* check if the maxscale_schema database and replication_heartbeat table exist */
|
||||
if (mysql_query(database->con,
|
||||
"SELECT table_name FROM information_schema.tables "
|
||||
if (mysql_query(database->con, "SELECT table_name FROM information_schema.tables "
|
||||
"WHERE table_schema = 'maxscale_schema' AND table_name = 'replication_heartbeat'"))
|
||||
{
|
||||
MXS_ERROR( "[mysql_mon]: Error checking for replication_heartbeat in Master server"
|
||||
|
||||
Reference in New Issue
Block a user