Author: jstephens
Date: 2007-09-07 11:24:52 +0200 (Fri, 07 Sep 2007)
New Revision: 7749
Log:
Fixed a couple of typos in mysql-cluster-conflict-resolution
(Thanks, Pekka!)
Modified:
trunk/refman-5.1/mysql-cluster.xml
trunk/refman-5.2/mysql-cluster.xml
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-09-07 06:59:35 UTC (rev 7748)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-09-07 09:24:52 UTC (rev 7749)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 963 bytes
@@ -21132,8 +21132,8 @@
</itemizedlist>
- If only some but all columns are sent, then the master and slave
- can diverge.
+ If only some but not all columns are sent, then the master and
+ slave can diverge.
</para>
<note>
@@ -21141,7 +21141,7 @@
We refer to the column used for determining updates as a
<quote>timestamp</quote> column, but the data type of this
column is never <literal>TIMESTAMP</literal>; rather, its data
- type can be either of <literal>INT UNSIGNED</literal> or
+ type can be either of <literal>INT SIGNED</literal> or
<literal>INT UNSIGNED</literal>.
</para>
</note>
Modified: trunk/refman-5.2/mysql-cluster.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster.xml 2007-09-07 06:59:35 UTC (rev 7748)
+++ trunk/refman-5.2/mysql-cluster.xml 2007-09-07 09:24:52 UTC (rev 7749)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 963 bytes
@@ -21080,8 +21080,8 @@
</itemizedlist>
- If only some but all columns are sent, then the master and slave
- can diverge.
+ If only some but not all columns are sent, then the master and
+ slave can diverge.
</para>
<note>
@@ -21089,7 +21089,7 @@
We refer to the column used for determining updates as a
<quote>timestamp</quote> column, but the data type of this
column is never <literal>TIMESTAMP</literal>; rather, its data
- type can be either of <literal>INT UNSIGNED</literal> or
+ type can be either of <literal>INT SIGNED</literal> or
<literal>INT UNSIGNED</literal>.
</para>
</note>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7749 - in trunk: refman-5.1 refman-5.2 | jon | 7 Sep |