From 8dc348baa12aed9ba22e0c7530eb59b11e8294ef Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Fri, 30 Mar 2012 10:02:37 -0600 Subject: [PATCH] Document risk of breaking replication if master-slave schemas or table structs differ. --- bin/pt-table-checksum | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 10ecd7ad..5e02d101 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -7451,6 +7451,11 @@ contains checksum results. It has checks that, if disabled, can potentially cause replication to fail when unsafe replication options are used. In short, it is safe by default, but it permits you to turn off its safety checks. +The tool presumes that schemas and tables are identical on the master and +all replicas. Replication will break if, for example, a replica does not +have a schema that exists on the master (and that schema is checksummed), +or if the structure of a table on a replica is different than on the master. + At the time of this release, we know of no bugs that could cause harm to users.