List:Commits« Previous MessageNext Message »
From:stefan Date:February 15 2006 1:25pm
Subject:svn commit - mysqldoc@docsrva: r1328 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2006-02-15 14:25:11 +0100 (Wed, 15 Feb 2006)
New Revision: 1328

Log:
There is no synchronisation between slaves (disclaimer, Lars)

Modified:
   trunk/refman-4.1/apis.xml
   trunk/refman-4.1/connector-php.xml
   trunk/refman-4.1/replication.xml
   trunk/refman-5.0/apis.xml
   trunk/refman-5.0/connector-php.xml
   trunk/refman-5.0/replication.xml
   trunk/refman-5.1/replication.xml

Modified: trunk/refman-4.1/apis.xml
===================================================================
--- trunk/refman-4.1/apis.xml	2006-02-15 11:15:03 UTC (rev 1327)
+++ trunk/refman-4.1/apis.xml	2006-02-15 13:25:11 UTC (rev 1328)
@@ -12997,12 +12997,11 @@
       <ulink url="http://www.php.net/">PHP Web site</ulink>. MySQL
       provides the <literal>mysql</literal> and
       <literal>mysqli</literal> extensions for the Windows operating
-      system on
+      system for MySQL versions as of 4.1.16 on
       <ulink
         url="http://dev.mysql.com/downloads/connector/php/"></ulink>.
       You can find information why you should preferably use the
-      extensions provided by MySQL on that page. Note that the
-      extensions provided by MySQL work only for MySQL as of version 4.1.
+      extensions provided by MySQL on that page.
     </para>
     
     <section id="php-problems">

Modified: trunk/refman-4.1/connector-php.xml
===================================================================
--- trunk/refman-4.1/connector-php.xml	2006-02-15 11:15:03 UTC (rev 1327)
+++ trunk/refman-4.1/connector-php.xml	2006-02-15 13:25:11 UTC (rev 1328)
@@ -16,7 +16,7 @@
   <para>
     The PHP distribution and documentation are available from the PHP Web site.
     MySQL provides the <literal>mysql</literal> and <literal>mysqli</literal>
-    extensions for the Windows operating system on 
+    extensions for MySQL versions as of 4.1.16 for the Windows operating system on 
     <ulink url="http://dev.mysql.com/downloads/connector/php/"/>. 
     You can find
     information why you should preferably use the extensions provided by MySQL

Modified: trunk/refman-4.1/replication.xml
===================================================================
--- trunk/refman-4.1/replication.xml	2006-02-15 11:15:03 UTC (rev 1327)
+++ trunk/refman-4.1/replication.xml	2006-02-15 13:25:11 UTC (rev 1328)
@@ -4413,6 +4413,14 @@
           from before the point at which <literal>M</literal> became
           unavailable.
         </para>
+        <para>
+          Note that there is no synchronization between the different slaves
+          to a master. Some slaves might be ahead of others. This means that
+          the concept outlined in the previous example might not work.       
+          In practice, however, the relay logs of different slaves will most
+          likely not be far behind the master, so it would work, anyway (but
+          there is no guarantee).
+        </para>
       </listitem>
 
     </itemizedlist>

Modified: trunk/refman-5.0/apis.xml
===================================================================
--- trunk/refman-5.0/apis.xml	2006-02-15 11:15:03 UTC (rev 1327)
+++ trunk/refman-5.0/apis.xml	2006-02-15 13:25:11 UTC (rev 1328)
@@ -12964,7 +12964,7 @@
       <ulink url="http://www.php.net/">PHP Web site</ulink>. MySQL
       provides the <literal>mysql</literal> and
       <literal>mysqli</literal> extensions for the Windows operating
-      system on
+      system for MySQL versions as of 5.0.18 on
       <ulink
         url="http://dev.mysql.com/downloads/connector/php/"></ulink>.
       You can find information why you should preferably use the

Modified: trunk/refman-5.0/connector-php.xml
===================================================================
--- trunk/refman-5.0/connector-php.xml	2006-02-15 11:15:03 UTC (rev 1327)
+++ trunk/refman-5.0/connector-php.xml	2006-02-15 13:25:11 UTC (rev 1328)
@@ -16,7 +16,8 @@
   <para>
     The PHP distribution and documentation are available from the PHP Web site.
     MySQL provides the <literal>mysql</literal> and <literal>mysqli</literal>
-    extensions for the Windows operating system on 
+    extensions for the Windows operating system for MySQL versions as of
+    5.0.18 on 
     <ulink url="http://dev.mysql.com/downloads/connector/php/"/>. 
     You can find
     information why you should preferably use the extensions provided by MySQL

Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml	2006-02-15 11:15:03 UTC (rev 1327)
+++ trunk/refman-5.0/replication.xml	2006-02-15 13:25:11 UTC (rev 1328)
@@ -4284,6 +4284,14 @@
           from before the point at which <literal>M</literal> became
           unavailable.
         </para>
+        <para>
+          Note that there is no synchronization between the different slaves
+          to a master. Some slaves might be ahead of others. This means that
+          the concept outlined in the previous example might not work.       
+          In practice, however, the relay logs of different slaves will most
+          likely not be far behind the master, so it would work, anyway (but
+          there is no guarantee).
+        </para>
       </listitem>
 
     </itemizedlist>

Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml	2006-02-15 11:15:03 UTC (rev 1327)
+++ trunk/refman-5.1/replication.xml	2006-02-15 13:25:11 UTC (rev 1328)
@@ -4499,6 +4499,14 @@
           from before the point at which <literal>M</literal> became
           unavailable.
         </para>
+        <para>
+          Note that there is no synchronization between the different slaves
+          to a master. Some slaves might be ahead of others. This means that
+          the concept outlined in the previous example might not work.       
+          In practice, however, the relay logs of different slaves will most
+          likely not be far behind the master, so it would work, anyway (but
+          there is no guarantee).
+        </para>
       </listitem>
 
     </itemizedlist>

Thread
svn commit - mysqldoc@docsrva: r1328 - in trunk: refman-4.1 refman-5.0 refman-5.1stefan15 Feb