List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 30 2007 1:29pm
Subject:svn commit - mysqldoc@docsrva: r7601 - in trunk: dynamic-docs/command-optvars refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: mcbrown
Date: 2007-08-30 15:28:58 +0200 (Thu, 30 Aug 2007)
New Revision: 7601

Log:
Docs Bug #29778



Modified:
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-4.1/replication.xml
   trunk/refman-5.0/replication.xml
   trunk/refman-5.1/replication-configuration.xml
   trunk/refman-5.2/replication-configuration.xml


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2007-08-30 13:25:28 UTC (rev 7600)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2007-08-30 13:28:58 UTC (rev 7601)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 751 bytes

@@ -8478,7 +8478,7 @@
   <option command="mysqld" section="server" id="relay-log">
     <xrefto id="replication-options"/>
     <name>relay-log</name>
-    <shortdescription lang="en">The location and name to use for relay logs</shortdescription>
+    <shortdescription lang="en">The location and base name to use for relay logs</shortdescription>
     <types>
       <optype class="cmdline" format="--relay-log=name" setvar="relay-log"/>
       <optype class="mycnf"/>


Modified: trunk/refman-4.1/replication.xml
===================================================================
--- trunk/refman-4.1/replication.xml	2007-08-30 13:25:28 UTC (rev 7600)
+++ trunk/refman-4.1/replication.xml	2007-08-30 13:28:58 UTC (rev 7601)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 11; 1728 bytes

@@ -2753,17 +2753,15 @@
         </para>
 
         <para>
-          The name for the relay log. The default name is
-          <literal><replaceable>host_name</replaceable>-relay-bin.<replaceable>nnnnnn</replaceable></literal>,
-          where <replaceable>host_name</replaceable> is the name of the
-          slave server host and <replaceable>nnnnnn</replaceable>
-          indicates that relay logs are created in numbered sequence.
-          You can specify the option to create hostname-independent
-          relay log names, or if your relay logs tend to be big (and you
-          don't want to decrease <literal>max_relay_log_size</literal>)
-          and you need to put them in some area different from the data
-          directory, or if you want to increase speed by balancing load
-          between disks.
+          The basename for the relay log. The default basename is
+          <filename><replaceable>host_name</replaceable>-relay-bin</filename>.
+          The server creates relay log files in sequence by adding a
+          numeric suffix to the basename. You can specify the option to
+          create hostname-independent relay log names, or if your relay
+          logs tend to be big (and you don't want to decrease
+          <literal>max_relay_log_size</literal>) and you need to put
+          them in some area different from the data directory, or if you
+          want to increase speed by balancing load between disks.
         </para>
       </listitem>
 


Modified: trunk/refman-5.0/replication.xml
===================================================================
--- trunk/refman-5.0/replication.xml	2007-08-30 13:25:28 UTC (rev 7600)
+++ trunk/refman-5.0/replication.xml	2007-08-30 13:28:58 UTC (rev 7601)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 11; 1728 bytes

@@ -2765,17 +2765,15 @@
         </para>
 
         <para>
-          The name for the relay log. The default name is
-          <literal><replaceable>host_name</replaceable>-relay-bin.<replaceable>nnnnnn</replaceable></literal>,
-          where <replaceable>host_name</replaceable> is the name of the
-          slave server host and <replaceable>nnnnnn</replaceable>
-          indicates that relay logs are created in numbered sequence.
-          You can specify the option to create hostname-independent
-          relay log names, or if your relay logs tend to be big (and you
-          don't want to decrease <literal>max_relay_log_size</literal>)
-          and you need to put them in some area different from the data
-          directory, or if you want to increase speed by balancing load
-          between disks.
+          The basename for the relay log. The default basename is
+          <filename><replaceable>host_name</replaceable>-relay-bin</filename>.
+          The server creates relay log files in sequence by adding a
+          numeric suffix to the basename. You can specify the option to
+          create hostname-independent relay log names, or if your relay
+          logs tend to be big (and you don't want to decrease
+          <literal>max_relay_log_size</literal>) and you need to put
+          them in some area different from the data directory, or if you
+          want to increase speed by balancing load between disks.
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/replication-configuration.xml
===================================================================
--- trunk/refman-5.1/replication-configuration.xml	2007-08-30 13:25:28 UTC (rev 7600)
+++ trunk/refman-5.1/replication-configuration.xml	2007-08-30 13:28:58 UTC (rev 7601)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 11; 1770 bytes

@@ -2406,17 +2406,15 @@
         </para>
 
         <para>
-          The name for the relay log. The default name is
-          <literal><replaceable>host_name</replaceable>-relay-bin.<replaceable>nnnnnn</replaceable></literal>,
-          where <replaceable>host_name</replaceable> is the name of the
-          slave server host and <replaceable>nnnnnn</replaceable>
-          indicates that relay logs are created in numbered sequence.
-          You can specify the option to create hostname-independent
-          relay log names, or if your relay logs tend to be big (and you
-          don't want to decrease <literal>max_relay_log_size</literal>)
-          and you need to put them in some area different from the data
-          directory, or if you want to increase speed by balancing load
-          between disks.
+          The basename for the relay log. The default basename is
+          <filename><replaceable>host_name</replaceable>-relay-bin</filename>.
+          The server creates relay log files in sequence by adding a
+          numeric suffix to the basename. You can specify the option to
+          create hostname-independent relay log names, or if your relay
+          logs tend to be big (and you don't want to decrease
+          <literal>max_relay_log_size</literal>) and you need to put
+          them in some area different from the data directory, or if you
+          want to increase speed by balancing load between disks.
         </para>
       </listitem>
 


Modified: trunk/refman-5.2/replication-configuration.xml
===================================================================
--- trunk/refman-5.2/replication-configuration.xml	2007-08-30 13:25:28 UTC (rev 7600)
+++ trunk/refman-5.2/replication-configuration.xml	2007-08-30 13:28:58 UTC (rev 7601)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 11; 1770 bytes

@@ -2290,17 +2290,15 @@
         </para>
 
         <para>
-          The name for the relay log. The default name is
-          <literal><replaceable>host_name</replaceable>-relay-bin.<replaceable>nnnnnn</replaceable></literal>,
-          where <replaceable>host_name</replaceable> is the name of the
-          slave server host and <replaceable>nnnnnn</replaceable>
-          indicates that relay logs are created in numbered sequence.
-          You can specify the option to create hostname-independent
-          relay log names, or if your relay logs tend to be big (and you
-          don't want to decrease <literal>max_relay_log_size</literal>)
-          and you need to put them in some area different from the data
-          directory, or if you want to increase speed by balancing load
-          between disks.
+          The basename for the relay log. The default basename is
+          <filename><replaceable>host_name</replaceable>-relay-bin</filename>.
+          The server creates relay log files in sequence by adding a
+          numeric suffix to the basename. You can specify the option to
+          create hostname-independent relay log names, or if your relay
+          logs tend to be big (and you don't want to decrease
+          <literal>max_relay_log_size</literal>) and you need to put
+          them in some area different from the data directory, or if you
+          want to increase speed by balancing load between disks.
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7601 - in trunk: dynamic-docs/command-optvars refman-4.1 refman-5.0 refman-5.1 refman-5.2mcbrown30 Aug