Changeset 8190 for lang/perl/App-MadEye
- Timestamp:
- 03/20/08 17:29:39 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Agent/MySQLSlave.pm
r8133 r8190 20 20 $password, 21 21 { RaiseError => 1, AutoCommit => 1 } 22 ) or die;22 ) or return 'cannot connect'; 23 23 my $sth = $dbh->prepare(q{SHOW SLAVE STATUS;}); 24 $sth->execute() or die$dbh->errstr;24 $sth->execute() or return 'DBI error: ' . $dbh->errstr; 25 25 26 26 if (my $row = $sth->fetchrow_hashref) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)