mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:27:57 +00:00
PT-1554 (WIP) Tests for MySQL 8
There are tests failing but the sandbox doesn't crash
This commit is contained in:
@@ -173,9 +173,9 @@ SKIP: {
|
||||
d => $DBD::mysql::VERSION ge '4.001' ? undef : '(7)',
|
||||
dt => undef,
|
||||
ts => undef,
|
||||
c => '(3)',
|
||||
c2 => '(45)',
|
||||
v => '(96)',
|
||||
c => $sandbox_version ge '8.0' ? '(4)' : '(3)',
|
||||
c2 => $sandbox_version ge '8.0' ? '(60)' : '(45)',
|
||||
v => $sandbox_version ge '8.0' ? '(128)' : '(96)',
|
||||
t => undef,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user