List:Commits« Previous MessageNext Message »
From:paul Date:May 22 2006 6:20pm
Subject:svn commit - mysqldoc@docsrva: r2158 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-05-22 20:20:15 +0200 (Mon, 22 May 2006)
New Revision: 2158

Log:
 r9862@polar:  paul | 2006-05-22 13:21:18 -0500
 Update range, default for innodb_thread_concurrency. (Bug#15868)


Modified:
   trunk/
   trunk/refman-5.0/innodb.xml
   trunk/refman-5.1/innodb.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7689
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10590
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7517
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:9862
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10590
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7517

Modified: trunk/refman-5.0/innodb.xml
===================================================================
--- trunk/refman-5.0/innodb.xml	2006-05-22 18:06:46 UTC (rev 2157)
+++ trunk/refman-5.0/innodb.xml	2006-05-22 18:20:15 UTC (rev 2158)
@@ -1070,9 +1070,10 @@
         </para>
 
         <para>
-          The number of threads that can commit at the same time. A
-          value of 0 disables concurrency control. This variable was
-          added in MySQL 5.0.12.
+          The number of threads that can commit at the same time. The
+          range of this variable is 0 to 1000. A value of 0 disables
+          concurrency control. The default is 0 before MySQL 5.0.21, and
+          8 from 5.0.21 on. This variable was added in MySQL 5.0.12.
         </para>
       </listitem>
 

Modified: trunk/refman-5.1/innodb.xml
===================================================================
--- trunk/refman-5.1/innodb.xml	2006-05-22 18:06:46 UTC (rev 2157)
+++ trunk/refman-5.1/innodb.xml	2006-05-22 18:20:15 UTC (rev 2158)
@@ -1070,8 +1070,9 @@
         </para>
 
         <para>
-          The number of threads that can commit at the same time. A
-          value of 0 disables concurrency control.
+          The number of threads that can commit at the same time. The
+          range of this variable is 0 to 1000. A value of 0 disables
+          concurrency control. The default is 20.
         </para>
       </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r2158 - in trunk: . refman-5.0 refman-5.1paul22 May