mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Change precision/scale/size for decimal type based on DBD::mysql version
This commit is contained in:
@@ -172,7 +172,7 @@ SKIP: {
|
||||
id => undef,
|
||||
i => undef,
|
||||
f => undef,
|
||||
d => ($vp->version_ge($dbh, '5.5.1') ? '(7)' : undef),
|
||||
d => $DBD::mysql::VERSION ge '4.001' ? undef : '(7)',
|
||||
dt => undef,
|
||||
ts => undef,
|
||||
c => '(1)',
|
||||
|
Reference in New Issue
Block a user