mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-24 02:01:42 +08:00
Really 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 => $sandbox_version gt '5.0' ? "User sleep" : "executing",
|
||||
state => ($sandbox_version lt '5.1' ? "executing" : "User sleep"),
|
||||
info => 'select sleep(4)',
|
||||
};
|
||||
my %trimmed_result;
|
||||
|
||||
Reference in New Issue
Block a user