mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 00:21:56 +00:00
t/pt-kill/kill.t: Make a test 5.0 compatible
This commit is contained in:
@@ -175,7 +175,7 @@ $dbh->do($sql);
|
||||
host => 'localhost',
|
||||
db => undef,
|
||||
command => 'Query',
|
||||
state => 'User sleep',
|
||||
state => $sandbox_version gt '5.0' ? "User sleep" : "executing",
|
||||
info => 'select sleep(4)',
|
||||
};
|
||||
my %trimmed_result;
|
||||
|
Reference in New Issue
Block a user