List:Commits« Previous MessageNext Message »
From:mcbrown Date:June 10 2008 2:46pm
Subject:svn commit - mysqldoc@docsrva: r10922 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2008-06-10 16:46:49 +0200 (Tue, 10 Jun 2008)
New Revision: 10922

Log:
Some wording updates (thanks Morgan)



Modified:
   trunk/refman-common/ha.xml


Modified: trunk/refman-common/ha.xml
===================================================================
--- trunk/refman-common/ha.xml	2008-06-09 20:05:03 UTC (rev 10921)
+++ trunk/refman-common/ha.xml	2008-06-10 14:46:49 UTC (rev 10922)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 4; 953 bytes

@@ -308,8 +308,8 @@
 
             <listitem>
               <para>
-                Ensures data integrity by enforcing write consistency on
-                the primary and secondary nodes.
+                Can ensure data integrity by enforcing write consistency
+                on the primary and secondary nodes.
               </para>
             </listitem>
 

@@ -334,8 +334,8 @@
 
             <listitem>
               <para>
-                Cannot provide scalability, since secondary nodes don't
-                have access to the secondary data.
+                Can not be used to scale performance, since you can not
+                redirect reads to the secondary node.
               </para>
             </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r10922 - trunk/refman-commonmcbrown10 Jun