mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
Pass --where to calculate_chunks().
This commit is contained in:
@@ -5569,6 +5569,7 @@ sub save_tbl_to_checksum {
|
|||||||
chunk_size => $rows_per_chunk,
|
chunk_size => $rows_per_chunk,
|
||||||
zero_chunk => $final_o->get('zero-chunk'),
|
zero_chunk => $final_o->get('zero-chunk'),
|
||||||
chunk_range => $final_o->get('chunk-range'),
|
chunk_range => $final_o->get('chunk-range'),
|
||||||
|
where => $final_o->get('where'),
|
||||||
%params,
|
%params,
|
||||||
);
|
);
|
||||||
$maxval = $params{max};
|
$maxval = $params{max};
|
||||||
|
Reference in New Issue
Block a user