PT-142 Fixed tests for MySQL 5.6

This commit is contained in:
Carlos Salguero
2017-05-23 16:38:06 -03:00
parent e8d8b39fc3
commit 3a62d1bdb4
3 changed files with 3 additions and 2 deletions

View File

@@ -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' ) {