mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Fix prepared report for statements without corresponding prep or exec.
This commit is contained in:
@@ -163,6 +163,7 @@ sub output {
|
||||
close *output_fh;
|
||||
if ( $EVAL_ERROR ) {
|
||||
die $EVAL_ERROR if $die;
|
||||
warn $EVAL_ERROR unless $args{stderr};
|
||||
return $EVAL_ERROR;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user