Clean up mysqlmon after pull request merge

The pull request introduced some minor whitespace errors.
This commit is contained in:
Markus Makela
2016-09-13 09:34:38 +03:00
parent e849297fc8
commit 60955ba70d

View File

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