Comment 2 for bug 1042727

Revision history for this message
Baron Schwartz (baron-xaprb) wrote : Re: pt-table-checksum doesn't keep the master DBH alive

I am skeptical. Statement handles would be invalidated, I assume. But it may work.

In the meantime I am changing my local copy to do two things:

1. Don't print those warnings if --quiet =1
2. Wrap "$diffs = $rc->find_replication_differences(...)" in an eval{} block so that the whole thing doesn't get aborted if only one slave's connection has died.