mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
misc test and sandbox fixes
This commit is contained in:
@@ -72,7 +72,7 @@ my %server_type = (
|
||||
node => 1,
|
||||
);
|
||||
|
||||
my $test_dbs = qr/^(?:mysql|information_schema|sakila|performance_schema|percona_test)$/;
|
||||
my $test_dbs = qr/^(?:mysql|information_schema|sakila|performance_schema|percona_test|sys)$/;
|
||||
|
||||
sub new {
|
||||
my ( $class, %args ) = @_;
|
||||
|
Reference in New Issue
Block a user