mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 03:43:17 +00:00
Fix for 1059732: pt-table-checksum doesn't test all hash functions
This commit is contained in:
@@ -5287,6 +5287,7 @@ sub _get_hash_func {
|
||||
if ( $EVAL_ERROR && $EVAL_ERROR =~ m/failed: (.*?) at \S+ line/ ) {
|
||||
$error .= qq{$func cannot be used because "$1"\n};
|
||||
PTDEBUG && _d($func, 'cannot be used because', $1);
|
||||
next;
|
||||
}
|
||||
PTDEBUG && _d('Chosen hash func:', $result);
|
||||
return $func;
|
||||
|
Reference in New Issue
Block a user