pt_table_checksum | |
Variables | |
$checksum_table_data | |
$fetch_sth | |
$update_sth | |
$savesince_sth | |
$crc_wid | |
$md5sum_fmt | |
$already_checksummed | |
%tables_to_checksum | |
Functions | |
main | |
get_all_tbls_info | |
is_oversize_chunk | Determine if the chunk is oversize. |
is_chunkable_table | Determine if the table is chunkable. |
_explain | EXPLAIN a chunk or table. |
Determine if the chunk is oversize.
%args | Arguments |
True if EXPLAIN rows is >= chunk_size * limit, else false
Determine if the table is chunkable.
%args | Arguments |
True if EXPLAIN rows is <= chunk_size, else false
EXPLAIN a chunk or table.
%args | Arguments |
Hashref of first EXPLAIN row
my $checksum_table_data
my $fetch_sth
my $update_sth
my $savesince_sth
my $crc_wid
my $md5sum_fmt
my $already_checksummed
my %tables_to_checksum
sub main
sub get_all_tbls_info