~gl-az/percona-xtrabackup/2.1-bug1192347

Viewing all changes in revision 610.

  • Committer: Alexey Kopytov
  • Date: 2013-06-14 06:46:07 UTC
  • Revision ID: akopytov@gmail.com-20130614064607-mu1g44vd9kxel953
Bug #1190716: innobackupex  --safe-slave-backup hangs when used on
              master

The problem was in uninitialized value usage in wait_for_safe_slave()
when the server is not a replication slave, i.e. when no values in
$con->{slave_status} are defined.

Fixed by moving the check for $con->{slave_status}->{Slave_SQL_Running}
after the check for $host_is_slave and checking if Slave_SQL_Running is
defined when setting $host_is_slave for extra-safety.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: