Author: paul
Date: 2008-07-11 00:58:05 +0200 (Fri, 11 Jul 2008)
New Revision: 11191
Log:
r32510@frost: paul | 2008-07-10 17:55:35 -0500
Fix typo
Modified:
trunk/refman-5.0/optimization.xml
trunk/refman-5.1/optimization.xml
trunk/refman-6.0/optimization.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32402
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32106
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:32510
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32106
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2008-07-10 22:56:11 UTC (rev 11190)
+++ trunk/refman-5.0/optimization.xml 2008-07-10 22:58:05 UTC (rev 11191)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 851 bytes
@@ -7616,7 +7616,7 @@
The <literal>concurrent_insert</literal> system variable can be
set to modify the concurrent-insert processing. By default, the
variable is set to 1 and concurrent inserts are handled as just
- described. If <literal>concurrent_inserts</literal> is set to 0,
+ described. If <literal>concurrent_insert</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 the description of the
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2008-07-10 22:56:11 UTC (rev 11190)
+++ trunk/refman-5.1/optimization.xml 2008-07-10 22:58:05 UTC (rev 11191)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 851 bytes
@@ -8455,7 +8455,7 @@
The <literal>concurrent_insert</literal> system variable can be
set to modify the concurrent-insert processing. By default, the
variable is set to 1 and concurrent inserts are handled as just
- described. If <literal>concurrent_inserts</literal> is set to 0,
+ described. If <literal>concurrent_insert</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 the description of the
Modified: trunk/refman-6.0/optimization.xml
===================================================================
--- trunk/refman-6.0/optimization.xml 2008-07-10 22:56:11 UTC (rev 11190)
+++ trunk/refman-6.0/optimization.xml 2008-07-10 22:58:05 UTC (rev 11191)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 851 bytes
@@ -8825,7 +8825,7 @@
The <literal>concurrent_insert</literal> system variable can be
set to modify the concurrent-insert processing. By default, the
variable is set to 1 and concurrent inserts are handled as just
- described. If <literal>concurrent_inserts</literal> is set to 0,
+ described. If <literal>concurrent_insert</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 the description of the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11191 - in trunk: . refman-5.0 refman-5.1 refman-6.0 | paul | 11 Jul |