Remove reminents of stuff copied in from pt-table-checksum. Handle errors properly in exec_nibble().

This commit is contained in:
Daniel Nichter
2012-03-27 19:06:35 -06:00
parent 3961c6d5c3
commit 4c542a71fc
2 changed files with 30 additions and 51 deletions

View File

@@ -28,6 +28,9 @@ my $slave_dbh = $sb->get_dbh_for('slave1');
if ( !$master_dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}
elsif ( !$slave_dbh ) {
plan skip_all => 'Cannot connect to sandbox slave';
}
else {
plan tests => 55;
}