List:Commits« Previous MessageNext Message »
From:jon Date:November 5 2008 6:12pm
Subject:svn commit - mysqldoc@docsrva: r12293 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-11-05 18:12:32 +0100 (Wed, 05 Nov 2008)
New Revision: 12293

Log:

To use --binlog-*-db options with multiple db's you must use the option
multiple times - improve wording, make Important



Modified:
   trunk/refman-4.1/dba-core.xml
   trunk/refman-5.0/dba-core.xml
   trunk/refman-5.1/dba-core.xml
   trunk/refman-6.0/dba-core.xml


Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml	2008-11-05 16:56:06 UTC (rev 12292)
+++ trunk/refman-4.1/dba-core.xml	2008-11-05 17:12:32 UTC (rev 12293)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 8; 1335 bytes

@@ -10870,10 +10870,12 @@
             <emphasis>not</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To log multiple databases, use multiple options, specifying
-            the option once for each database.
-          </para>
+          <important>
+            <para>
+              To log multiple databases, use this option multiple times,
+              specifying the option once for each database to be logged.
+            </para>
+          </important>
         </listitem>
 
         <listitem>

@@ -10919,10 +10921,13 @@
             <emphasis>is</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To ignore multiple databases, use multiple options,
-            specifying the option once for each database.
-          </para>
+          <important>
+            <para>
+              To ignore multiple databases, use this option multiple
+              times, specifying the option once for each database to be
+              ignored.
+            </para>
+          </important>
         </listitem>
 
       </itemizedlist>


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2008-11-05 16:56:06 UTC (rev 12292)
+++ trunk/refman-5.0/dba-core.xml	2008-11-05 17:12:32 UTC (rev 12293)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 8; 1335 bytes

@@ -12688,10 +12688,12 @@
             <emphasis>not</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To log multiple databases, use multiple options, specifying
-            the option once for each database.
-          </para>
+          <important>
+            <para>
+              To log multiple databases, use this option multiple times,
+              specifying the option once for each database to be logged.
+            </para>
+          </important>
         </listitem>
 
         <listitem>

@@ -12737,10 +12739,13 @@
             <emphasis>is</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To ignore multiple databases, use multiple options,
-            specifying the option once for each database.
-          </para>
+          <important>
+            <para>
+              To ignore multiple databases, use this option multiple
+              times, specifying the option once for each database to be
+              ignored.
+            </para>
+          </important>
         </listitem>
 
       </itemizedlist>


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2008-11-05 16:56:06 UTC (rev 12292)
+++ trunk/refman-5.1/dba-core.xml	2008-11-05 17:12:32 UTC (rev 12293)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 8; 1335 bytes

@@ -13801,10 +13801,12 @@
             <emphasis>not</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To log multiple databases, use multiple options, specifying
-            the option once for each database.
-          </para>
+          <important>
+            <para>
+              To log multiple databases, use this option multiple times,
+              specifying the option once for each database to be logged.
+            </para>
+          </important>
         </listitem>
 
         <listitem>

@@ -13850,10 +13852,13 @@
             <emphasis>is</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To ignore multiple databases, use multiple options,
-            specifying the option once for each database.
-          </para>
+          <important>
+            <para>
+              To ignore multiple databases, use this option multiple
+              times, specifying the option once for each database to be
+              ignored.
+            </para>
+          </important>
         </listitem>
 
       </itemizedlist>


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-11-05 16:56:06 UTC (rev 12292)
+++ trunk/refman-6.0/dba-core.xml	2008-11-05 17:12:32 UTC (rev 12293)
Changed blocks: 2, Lines Added: 13, Lines Deleted: 8; 1335 bytes

@@ -13847,10 +13847,12 @@
             <emphasis>not</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To log multiple databases, use multiple options, specifying
-            the option once for each database.
-          </para>
+          <important>
+            <para>
+              To log multiple databases, use this option multiple times,
+              specifying the option once for each database to be logged.
+            </para>
+          </important>
         </listitem>
 
         <listitem>

@@ -13896,10 +13898,13 @@
             <emphasis>is</emphasis> written into the binary log.
           </para>
 
-          <para>
-            To ignore multiple databases, use multiple options,
-            specifying the option once for each database.
-          </para>
+          <important>
+            <para>
+              To ignore multiple databases, use this option multiple
+              times, specifying the option once for each database to be
+              ignored.
+            </para>
+          </important>
         </listitem>
 
       </itemizedlist>


Thread
svn commit - mysqldoc@docsrva: r12293 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0jon5 Nov