mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
bug-1592608 BLOB/TEXT/BINARY Checksum uses CRC32
This commit is contained in:
@@ -224,6 +224,9 @@ sub get_checksum_columns {
|
||||
elsif ( $trim && $type =~ m/varchar/ ) {
|
||||
$result = "TRIM($result)";
|
||||
}
|
||||
elsif ( $type =~ m/blob|text|binary/ ) {
|
||||
$result = "CRC32($result)";
|
||||
}
|
||||
$result;
|
||||
}
|
||||
grep {
|
||||
|
Reference in New Issue
Block a user