Comment 4 for bug 646647

Revision history for this message
Andreas (andidriehaus) wrote : Aw: [Bug 646647] Re: xtrabackup does not work: version string contains invalid data

 Hi,
you mean you just commented it out?

Sincerely
Andreas

----- Original Nachricht ----
Von: Ben Sebborn <email address hidden>
An: <email address hidden>
Datum: 16.11.2010 20:10
Betreff: [Bug 646647] Re: xtrabackup does not work: version string contains
 invalid data

> If it helps, I have changed line 1636 of this file:
>
> #$perl_version = chr($required_perl_version[0])
> # . chr($required_perl_version[1])
> # . chr($required_perl_version[2]);
> #
>
> $perl_version =
> "v$required_perl_version[0].$required_perl_version[1].$required_perl_version
> [2]";
>
>
> This now works
>
> --
> xtrabackup does not work: version string contains invalid data
> https://bugs.launchpad.net/bugs/646647
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Open source backup tool for InnoDB and XtraDB: New
>
> Bug description:
> I am using xtrabackup for mysql.
> Version 1.3, under Windows.
> It does not work, however.
>
> This command:
> innobackupex-1.5.1.pl --user=root --password=mypw --database=mydb c:\temp
> or (just without Dir):
> innobackupex-1.5.1.pl --user=root --password=mypw --database=mydb
>
> produces this error:
> Version string '?' contains invalid data; ignoring: '?' at
> innobackupex-1.5.1.pl line 1636.
>
> This single character between the single quotes which it complains about
> looks like a spade from playing cards.
> There is no such character in the perl-script, of course.
> Is there a solution?
>
> Thank you
> Andreas
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/percona-xtrabackup/+bug/646647/+subscribe
>