List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 22 2006 2:29pm
Subject:svn commit - mysqldoc@docsrva: r3428 - trunk/refman-5.0
View as plain text  
Author: mcbrown
Date: 2006-09-22 14:29:39 +0200 (Fri, 22 Sep 2006)
New Revision: 3428

Log:
Fixing bad XREF xref ref



Modified:
   trunk/refman-5.0/optimization.xml


Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml	2006-09-22 12:11:02 UTC (rev 3427)
+++ trunk/refman-5.0/optimization.xml	2006-09-22 12:29:39 UTC (rev 3428)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 876 bytes

@@ -5539,7 +5539,7 @@
             <literal>concurrent_inserts</literal> variable. You can
             force new rows to be appended (and therefore allow
             concurrent inserts), even in tables that have deleted rows.
-            See <xref id="concurrent-inserts"/>.
+            See <xref linkend="concurrent-inserts"/>.
           </para>
         </listitem>
 

@@ -6050,7 +6050,7 @@
       <para>
         This behavior is altered by the
         <literal>concurrent_inserts</literal> system variable. See
-        <xref id="concurrent-inserts"/>.
+        <xref linkend="concurrent-inserts"/>.
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r3428 - trunk/refman-5.0mcbrown22 Sep