Commit c362ea3f authored by fran's avatar fran Committed by Sergei Golubchik

Added Master_Host to the Replication information

Closes #3
parent 1956695c
...@@ -1120,6 +1120,7 @@ sub GetData() ...@@ -1120,6 +1120,7 @@ sub GetData()
} }
} }
print " Replication "; print " Replication ";
print "Master:$data->{Master_Host} ";
print "IO:$data->{Slave_IO_Running} "; print "IO:$data->{Slave_IO_Running} ";
print "SQL:$data->{Slave_SQL_Running} "; print "SQL:$data->{Slave_SQL_Running} ";
print RESET() if ($HAS_COLOR); print RESET() if ($HAS_COLOR);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment