PT-1554 (WIP) Tests for MySQL 8

There are tests failing but the sandbox doesn't crash
This commit is contained in:
Carlos Salguero
2018-05-30 21:25:28 -03:00
parent b801dfa156
commit 0004bb7bbc
14 changed files with 168 additions and 152 deletions

View File

@@ -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,
},
},