Revert "Merge pull request #427 from percona/PT-1747"

This reverts commit 25b637d4bd, reversing
changes made to 38c169031e.
This commit is contained in:
Carlos Salguero
2020-04-03 14:40:35 -03:00
parent 54f90e4bdf
commit 208fb86586
4 changed files with 316 additions and 435 deletions

View File

@@ -23,6 +23,10 @@ my $master_dbh = $sb->get_dbh_for('master');
my $vp = VersionParser->new($master_dbh);
if ($vp->cmp('8.0.14') > -1 && $vp->flavor() !~ m/maria/i) {
plan skip_all => 'Cannot run this test under the current MySQL version';
}
if ( !$master_dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}