Merge lp:~akopytov/percona-xtrabackup/bug1135441-followup-2.1 into lp:percona-xtrabackup/2.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 663
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1135441-followup-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 11 lines (+2/-0)
1 file modified
innobackupex (+2/-0)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1135441-followup-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+180728@code.launchpad.net

Description of the change

  Follow fix for bug #1135441:

  Do exit a child process when it's terminated with a fatal signal, even
  if we want it to exit silently.

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Self-approving, trivial change.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'innobackupex'
--- innobackupex 2013-08-18 06:54:14 +0000
+++ innobackupex 2013-08-18 07:16:57 +0000
@@ -457,6 +457,8 @@
457 # Don't print anything if a child process is terminated with a signal457 # Don't print anything if a child process is terminated with a signal
458 if ($$ == $innobackupex_pid) {458 if ($$ == $innobackupex_pid) {
459 die "Terminated with SIG$_[0]"459 die "Terminated with SIG$_[0]"
460 } else {
461 exit(1);
460 }462 }
461}463}
462464

Subscribers

People subscribed via source and target branches

to all changes: