mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-25 02:01:13 +08:00
Don't localize EVAL_ERROR so errors in deeper contexts aren't wiped out when exec returns to outter context.
This commit is contained in:
@@ -9343,7 +9343,6 @@ sub main {
|
||||
# Make a nibble iterator for this table. This should only fail
|
||||
# if the table has no indexes and is too large to checksum in
|
||||
# one chunk.
|
||||
local $EVAL_ERROR;
|
||||
my $checksum_cols = eval {
|
||||
$rc->make_chunk_checksum(
|
||||
dbh => $master_cxn->dbh(),
|
||||
|
||||
Reference in New Issue
Block a user