Use of uninitialized value in pattern match (m//) at /usr/bin/innobackupex line 2867

Bug #1198204 reported by Arnaud Le Blanc
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
New
Undecided
Unassigned

Bug Description

innobackupex dies with the following error when called with --safe-slave-backup --slave-info if the instance is not a slave:

    Use of uninitialized value in pattern match (m//) at /usr/bin/innobackupex line 2867

Line 2867:

    if ($con->{slave_status}->{Slave_SQL_Running} =~ m/Yes/ ) {

innobackupex command line:

    /usr/bin/innobackupex --ibbackup=xtrabackup --slave-info \
        --incremental-lsn=2781654 /tmp/xbm-9632941/deltas \
        --user=x --safe-slave-backup --password=x \
        --no-timestamp --incremental --throttle=0

Revision history for this message
Alexey Kopytov (akopytov) wrote :

Thanks. The same problem has already been reported as bug #1190716 and will be fixed in XtraBackup 2.1.4.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.