Comment 6 for bug 917770

Revision history for this message
Brian Lee (chinchy) wrote : Re: Use of uninitialized value in substitution (s///) at pt-config-diff line 1996

On a side note, if I use pt-config-diff to compare two different servers there are no errors. It is only when I compare against a file.

e.g:
Works:
pt-config-diff h=host1,u=user1 h=host2,u=user2 --ask-pass

Errors out:
pt-config-diff h=host1,u=user1 /etc/my.cnf --ask-pass
pt-config-diff /etc/my.cnf /etc/my-2.cnf