Author: paul
Date: 2007-03-13 16:26:57 +0100 (Tue, 13 Mar 2007)
New Revision: 5332
Log:
r21450@polar: paul | 2007-03-13 10:24:17 -0500
Convert xref to link. Thanks, Jon.
Modified:
trunk/refman-5.0/optimization.xml
trunk/refman-5.1/optimization.xml
trunk/refman-5.1/replication-solutions.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21397
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17569
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21450
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17569
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2007-03-13 15:06:45 UTC (rev 5331)
+++ trunk/refman-5.0/optimization.xml 2007-03-13 15:26:57 UTC (rev 5332)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 807 bytes
@@ -7220,8 +7220,9 @@
described. If <literal>concurrent_inserts</literal> is set to 0,
concurrent inserts are disabled. If the variable is set to 2,
concurrent inserts at the end of the table are allowed even for
- tables that have deleted rows. See also
- <xref linkend="optvar_concurrent-insert"/>.
+ tables that have deleted rows. See also the description of the
+ <link
linkend="optvar_concurrent-insert"><literal>concurrent_insert</literal></link>
+ system variable.
</para>
<para>
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2007-03-13 15:06:45 UTC (rev 5331)
+++ trunk/refman-5.1/optimization.xml 2007-03-13 15:26:57 UTC (rev 5332)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 807 bytes
@@ -7235,8 +7235,9 @@
described. If <literal>concurrent_inserts</literal> is set to 0,
concurrent inserts are disabled. If the variable is set to 2,
concurrent inserts at the end of the table are allowed even for
- tables that have deleted rows. See also
- <xref linkend="optvar_concurrent-insert"/>.
+ tables that have deleted rows. See also the description of the
+ <link
linkend="optvar_concurrent-insert"><literal>concurrent_insert</literal></link>
+ system variable.
</para>
<para>
Modified: trunk/refman-5.1/replication-solutions.xml
===================================================================
--- trunk/refman-5.1/replication-solutions.xml 2007-03-13 15:06:45 UTC (rev 5331)
+++ trunk/refman-5.1/replication-solutions.xml 2007-03-13 15:26:57 UTC (rev 5332)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 4; 1092 bytes
@@ -777,8 +777,7 @@
<para>
If possible, you should put the relay logs and the data files
on different physical drives. To do this, use the
- <link
-
linkend="optvar_relay-log"><option>--relay-log</option></link>
+ <link
linkend="optvar_relay-log"><option>--relay-log</option></link>
option to specify the location of the relay log.
</para>
</listitem>
@@ -788,8 +787,7 @@
If the slaves are significantly slower than the master, then
you may want to divide up the responsibility for replicating
different databases to different slaves. See
- <xref
- linkend="replication-solutions-partitioning"/>.
+ <xref linkend="replication-solutions-partitioning"/>.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5332 - in trunk: . refman-5.0 refman-5.1 | paul | 13 Mar |