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:
Daniel Nichter
2012-10-04 16:25:25 -06:00
parent 1afb660207
commit 1435bcfe3f

View File

@@ -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(),