List:Commits« Previous MessageNext Message »
From:jon Date:November 4 2008 6:30am
Subject:svn commit - mysqldoc@docsrva: r12273 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-11-04 07:30:49 +0100 (Tue, 04 Nov 2008)
New Revision: 12273

Log:

Added/fixed links in server-system-variables and server-options

(Thanks, Sven!)



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-04 03:18:24 UTC (rev 12272)
+++ trunk/refman-4.1/dba-core.xml	2008-11-04 06:30:49 UTC (rev 12273)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 598 bytes

@@ -2988,6 +2988,13 @@
             system variables which are specific to MySQL Cluster.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            For information on options specific to replication, see 
+            <xref linkend="replication-options"/>. 
+          </para>
+        </listitem>
 
       </itemizedlist>
 


Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml	2008-11-04 03:18:24 UTC (rev 12272)
+++ trunk/refman-5.0/dba-core.xml	2008-11-04 06:30:49 UTC (rev 12273)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 0; 1003 bytes

@@ -3251,6 +3251,8 @@
 
       </itemizedlist>
 
+
+
       <para>
         This section provides a description of each system variable.
         Variables with no version indicated are present in all MySQL

@@ -3306,6 +3308,20 @@
             <literal>InnoDB</literal> system variables.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            <xref linkend="mysql-cluster-system-variables"/>, lists
+            system variables which are specific to MySQL Cluster.
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            For information on options specific to replication, see 
+            <xref linkend="replication-options"/>. 
+          </para>
+        </listitem>
 
       </itemizedlist>
 


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2008-11-04 03:18:24 UTC (rev 12272)
+++ trunk/refman-5.1/dba-core.xml	2008-11-04 06:30:49 UTC (rev 12273)
Changed blocks: 2, Lines Added: 18, Lines Deleted: 8; 1550 bytes

@@ -3493,18 +3493,14 @@
         </listitem>
 
       </itemizedlist>
-
-      <remark role="todo">
-        Make the following reference to RefMan-4.1 a link.
-      </remark>
-
+      
       <para>
         This section provides a description of each system variable.
         Variables with no version indicated are present in all MySQL
         &current-series; releases. For historical information concerning
-        their implementation, please see
-        <citetitle>&title-refman-previous;</citetitle> and
-        <citetitle>MySQL 3.23, 4.0, 4.1 Reference Manual</citetitle>.
+        their implementation, please see 
+        <ulink url="&base-url-refman;/5.0/en/"/>, and
+        <ulink url="&base-url-refman;/4.1/en/"/>.
       </para>
 
       <para>

@@ -3554,6 +3550,20 @@
             <literal>InnoDB</literal> system variables.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            <xref linkend="mysql-cluster-system-variables"/>, lists
+            system variables which are specific to MySQL Cluster.
+          </para>
+        </listitem>
+        
+        <listitem>
+          <para>
+            For information on options specific to replication, see 
+            <xref linkend="replication-options"/>. 
+          </para>
+        </listitem>
 
       </itemizedlist>
 


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-11-04 03:18:24 UTC (rev 12272)
+++ trunk/refman-6.0/dba-core.xml	2008-11-04 06:30:49 UTC (rev 12273)
Changed blocks: 2, Lines Added: 11, Lines Deleted: 7; 1356 bytes

@@ -3573,17 +3573,14 @@
 
       </itemizedlist>
 
-      <remark role="todo">
-        Make the following reference to RefMan-4.1 a link.
-      </remark>
-
       <para>
         This section provides a description of each system variable.
         Variables with no version indicated are present in all MySQL
         &current-series; releases. For historical information concerning
-        their implementation, please see
-        <citetitle>&title-refman-previous;</citetitle> and
-        <citetitle>MySQL 3.23, 4.0, 4.1 Reference Manual</citetitle>.
+        their implementation, please see 
+        <ulink url="&base-url-refman;/5.1/en/"/>,
+        <ulink url="&base-url-refman;/5.0/en/"/>, and
+        <ulink url="&base-url-refman;/4.1/en/"/>.
       </para>
 
       <para>

@@ -3633,6 +3630,13 @@
             <literal>InnoDB</literal> system variables.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            For information on options specific to replication, see 
+            <xref linkend="replication-options"/>. 
+          </para>
+        </listitem>
 
       </itemizedlist>
 


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