mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
PT-142 Fixed tests for MySQL 5.6
This commit is contained in:
@@ -52,7 +52,7 @@ my $want = [
|
||||
key_len => 2,
|
||||
ref => 'const',
|
||||
rows => 1,
|
||||
Extra => $sandbox_version gt '5.6' ? undef : '',
|
||||
Extra => $sandbox_version eq '5.6' ? undef : '',
|
||||
},
|
||||
];
|
||||
if ( $sandbox_version gt '5.6' ) {
|
||||
|
Reference in New Issue
Block a user