Added Master_Host to the Replication information

Closes #3
This commit is contained in:
fran 2014-06-25 12:32:22 +02:00 committed by Sergei Golubchik
parent 1956695c69
commit c362ea3ffd

View File

@ -1120,6 +1120,7 @@ sub GetData()
}
}
print " Replication ";
print "Master:$data->{Master_Host} ";
print "IO:$data->{Slave_IO_Running} ";
print "SQL:$data->{Slave_SQL_Running} ";
print RESET() if ($HAS_COLOR);