Author: mcbrown
Date: 2006-08-04 11:58:35 +0200 (Fri, 04 Aug 2006)
New Revision: 2948
Log:
Documenting bug #16261
Modified:
trunk/refman-5.0/replication.xml
Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml 2006-08-04 09:24:33 UTC (rev 2947)
+++ trunk/refman-5.0/replication.xml 2006-08-04 09:58:35 UTC (rev 2948)
Changed blocks: 2, Lines Added: 12, Lines Deleted: 2; 1408 bytes
@@ -1431,8 +1431,10 @@
beta versions to new (production) versions. Replication from a
5.0.3 master to a 5.0.2 slave will fail; from a 5.0.4 master to a
5.0.3 slave will also fail. In general, slaves running MySQL
- ¤t-series;.x can be used with older masters (even those
- running MySQL 3.23, 4.0, or 4.1), but not the reverse.
+ ¤t-series;.x may be used with older masters (even those
+ running MySQL 3.23, 4.0, or 4.1), but not the reverse. For more
+ information on potential issues, see
+ <xref linkend="replication-features"/>.
</para>
<para>
@@ -1983,6 +1985,14 @@
<listitem>
<para>
+ Using <literal>LOAD TABLE FROM MASTER</literal> where the
+ master is running MySQL 4.1 and the slave is running MySQL 5.0
+ may corrupt the table data, and is not supported. (Bug #16261)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<emphasis>The following applies only if either the master or
the slave is running MySQL version 5.0.3 or older</emphasis>:
If on the master a <literal>LOAD DATA INFILE</literal> is
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2948 - trunk/refman-5.0 | mcbrown | 4 Aug |