--- replication.html.old 2013-06-11 13:05:15.884765197 +0200
+++ replication.html 2013-06-11 13:05:21.661764262 +0200
@@ -11065,7 +11065,7 @@
However, the following ALTER
TABLE
statement cannot be executed on the slave
without causing replication to break:
-
ALTER TABLE t ADD COLUMN cnew2 INT AFTER c3;
+
ALTER TABLE t ADD COLUMN cnew2 INT AFTER c2;
Replication fails after execution on the slave of the
ALTER TABLE
statement just
shown, because the new column cnew2