pt-table-checksum "Deep recursion..." error

Hi,

I’ve tested it locally but I’m not getting above error. As per your commandline, I’m assuming that you want to compare your master server with specific slave (you must have more slaves with one master). Have you created dsns table on percona DB and add DSN entry in that table? If not, then can you do it first?

i.e

CREATE TABLE dsns ( id int(11) NOT NULL AUTO_INCREMENT, parent_id int(11) DEFAULT NULL, dsn varchar(255) NOT NULL, PRIMARY KEY (id));INSERT INTO dsns (dsn) VALUES (“-h127.0.0.1,u=user,p=pass,P=port”); – here details should be of slave which you want to compare.

You can get more information here

http://www.percona.com/doc/percona-toolkit/2.1/pt-table-chec ksum.html#cmdoption-pt-table-checksum–recursion-method
And then try again to run above command for checksum.

Regards,