Subject: | Bug in mysqldiff executable when using -A parameter |
When trying to use the -A parameter to apply the changes to the
database1, an error occurs:
# mysqldiff -A db:db1 db2.mysql
[... it shows me the diff ... ]
Apply above changes to atmail [y/N] ?
(CAUTION! Changes contain DROP TABLE commands.) y
Applying changes ... Can't locate object method "auth_args" via package
"MySQL::Diff::Database" at /usr/bin/mysqldiff line 199, <STDIN> line 1.
A simple compare (without -A) works perfectly.