Comment 6 for bug 1480719

Revision history for this message
Thomas Deutschmann (whissi) wrote :

Strange, I tested the dump like said on various different mysqld versions:

mysqld Ver 5.6.24-72.2 for Linux on x86_64 (Source distribution) <-- Percona
mysqld Ver 5.6.25-73.0 for Linux on x86_64 (Source distribution) <-- Percona
mysqld Ver 5.6.24 for Win64 on x86_64 (MySQL Community Server (GPL))
mysqld Ver 5.6.26 for Win64 on x86_64 (MySQL Community Server (GPL))
mysqld Ver 5.6.25-73.1 for debian-linux-gnu on x86_64 (Percona Server (GPL), Release 73.1, Revision 07b797f)

This looks like an perl issue:

I am using perl-5.22.0 (Gentoo).

I tested with Debian 7.8 (Wheezy) which uses perl-5.14.2 and I didn't get this error. Tables looks fine.

I tried Arch Linux which also has perl-5.22.0 and I'll get the same error again.

Note: I always tested against the same dedicated mysqld. Only the system with pt-table-checksum changed.

Looks like https://rt.perl.org/Public/Bug/Display.html?id=125469

However I recompiled perl-5.22.0 with http://perl5.git.perl.org/perl.git/commitdiff/082ce9c667e6d73783164fa1abab61806b678b4f but the error is still present.

Maybe you have access to perl-5.22.0, too and can verify?