List:Commits« Previous MessageNext Message »
From:paul Date:June 9 2006 4:47pm
Subject:svn commit - mysqldoc@docsrva: r2323 - in trunk: . refman-5.1 refman-common
View as plain text  
Author: paul
Date: 2006-06-09 18:47:22 +0200 (Fri, 09 Jun 2006)
New Revision: 2323

Log:
 r10396@polar:  paul | 2006-06-09 10:47:45 -0500
 5.1.11: innodb_thread_concurrent default changed from 20 to 8.


Modified:
   trunk/
   trunk/refman-5.1/innodb.xml
   trunk/refman-common/news-5.1.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:10377
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:11132
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7663
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:10396
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:11132
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7663

Modified: trunk/refman-5.1/innodb.xml
===================================================================
--- trunk/refman-5.1/innodb.xml	2006-06-09 15:05:37 UTC (rev 2322)
+++ trunk/refman-5.1/innodb.xml	2006-06-09 16:47:22 UTC (rev 2323)
@@ -1700,7 +1700,8 @@
         </para>
 
         <para>
-          The default value is 20.
+          The default value is 20 before MySQL 5.1.11, and 8 from 5.1.11
+          on.
         </para>
       </listitem>
 

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-06-09 15:05:37 UTC (rev 2322)
+++ trunk/refman-common/news-5.1.xml	2006-06-09 16:47:22 UTC (rev 2323)
@@ -455,6 +455,14 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          The default for the
+          <literal>innodb_thread_concurrency</literal> system variable
+          was changed to <literal>8</literal>. (Bug #15868)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

Thread
svn commit - mysqldoc@docsrva: r2323 - in trunk: . refman-5.1 refman-commonpaul9 Jun