mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 07:54:58 +00:00
random newline was accidentally added, removed now
This commit is contained in:
@@ -10230,7 +10230,6 @@ sub main {
|
|||||||
TABLE:
|
TABLE:
|
||||||
while ( $oktorun && $have_time->() && (my $tbl = $schema_iter->next()) ) {
|
while ( $oktorun && $have_time->() && (my $tbl = $schema_iter->next()) ) {
|
||||||
eval {
|
eval {
|
||||||
|
|
||||||
# Results, stats, and info related to checksuming this table can
|
# Results, stats, and info related to checksuming this table can
|
||||||
# be saved here. print_checksum_results() uses this info.
|
# be saved here. print_checksum_results() uses this info.
|
||||||
$tbl->{checksum_results} = {};
|
$tbl->{checksum_results} = {};
|
||||||
|
Reference in New Issue
Block a user