List:Commits« Previous MessageNext Message »
From:stefan Date:February 15 2006 9:56am
Subject:svn commit - mysqldoc@docsrva: r1324 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2006-02-15 09:56:51 +0100 (Wed, 15 Feb 2006)
New Revision: 1324

Log:
Add two Q/A about mixed operating systems and hardware architectures (Lachlan)

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

Modified: trunk/refman-4.1/replication.xml
===================================================================
--- trunk/refman-4.1/replication.xml	2006-02-15 03:49:39 UTC (rev 1323)
+++ trunk/refman-4.1/replication.xml	2006-02-15 08:56:51 UTC (rev 1324)
@@ -4417,6 +4417,26 @@
 
     </itemizedlist>
 
+    <para>
+      <emphasis role="bold">Q</emphasis>: Does replication work on mixed
+      operating systems (for example, the master runs on Linux while slaves run
+      on Mac OS and Windows)?
+    </para>
+    
+    <para>
+      <emphasis role="bold">A</emphasis>: Yes.
+    </para>
+    
+    <para>
+      <emphasis role="bold">Q</emphasis>: Does replication work on mixed
+      hardware architectures (for example, the master runs on a 64-bit machine
+      while slaves run on 32-bit machines)?
+    </para>
+    
+    <para>
+      <emphasis role="bold">A</emphasis>: Yes.
+    </para>
+    
   </section>
 
   <section id="replication-problems">

Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml	2006-02-15 03:49:39 UTC (rev 1323)
+++ trunk/refman-5.0/replication.xml	2006-02-15 08:56:51 UTC (rev 1324)
@@ -4288,6 +4288,26 @@
 
     </itemizedlist>
 
+    <para>
+      <emphasis role="bold">Q</emphasis>: Does replication work on mixed
+      operating systems (for example, the master runs on Linux while slaves run
+      on Mac OS and Windows)?
+    </para>
+    
+    <para>
+      <emphasis role="bold">A</emphasis>: Yes.
+    </para>
+    
+    <para>
+      <emphasis role="bold">Q</emphasis>: Does replication work on mixed
+      hardware architectures (for example, the master runs on a 64-bit machine
+      while slaves run on 32-bit machines)?
+    </para>
+    
+    <para>
+      <emphasis role="bold">A</emphasis>: Yes.
+    </para>
+    
   </section>
 
   <section id="replication-problems">

Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml	2006-02-15 03:49:39 UTC (rev 1323)
+++ trunk/refman-5.1/replication.xml	2006-02-15 08:56:51 UTC (rev 1324)
@@ -4533,6 +4533,26 @@
       which format to use.
     </para>
 
+    <para>
+      <emphasis role="bold">Q</emphasis>: Does replication work on mixed
+      operating systems (for example, the master runs on Linux while slaves run
+      on Mac OS and Windows)?
+    </para>
+    
+    <para>
+      <emphasis role="bold">A</emphasis>: Yes.
+    </para>
+    
+    <para>
+      <emphasis role="bold">Q</emphasis>: Does replication work on mixed
+      hardware architectures (for example, the master runs on a 64-bit machine
+      while slaves run on 32-bit machines)?
+    </para>
+    
+    <para>
+      <emphasis role="bold">A</emphasis>: Yes.
+    </para>
+
   </section>
 
   <section id="replication-sbr-rbr">

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