I am trying to run the latest pt-table-checksum on a MySQL 5.0.67 server (Cent 5.5) and I receive the following error:
Deep recursion on subroutine "SchemaIterator::_iterate_dbh" at /usr/bin/pt-table-checksum line 6927.
I am using pt-table-checksum as follows:
pt-table-checksum h=localhost,u=user,p=password --no-check-replication-filters --lock-wait-time=120 --recursion-method=dsn=D=percona,t=dsns --tables database.table
I'm not sure what to do. Google didn't really help me on this one.
Deep recursion on subroutine "SchemaIterator::_iterate_dbh" at /usr/bin/pt-table-checksum line 6927.
I am using pt-table-checksum as follows:
pt-table-checksum h=localhost,u=user,p=password --no-check-replication-filters --lock-wait-time=120 --recursion-method=dsn=D=percona,t=dsns --tables database.table
I'm not sure what to do. Google didn't really help me on this one.
Comment