List:Commits« Previous MessageNext Message »
From:paul Date:February 22 2008 6:50pm
Subject:svn commit - mysqldoc@docsrva: r9979 - in trunk: . refman-6.0
View as plain text  
Author: paul
Date: 2008-02-22 19:50:16 +0100 (Fri, 22 Feb 2008)
New Revision: 9979

Log:
 r29578@arctic:  paul | 2008-02-22 11:58:21 -0600
 With thread pooling, InnoDB thread concurrency control can be disabled. (jdd)


Modified:
   trunk/refman-6.0/optimization.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29435
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29577
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29435
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29578


Modified: trunk/refman-6.0/optimization.xml
===================================================================
--- trunk/refman-6.0/optimization.xml	2008-02-22 18:49:56 UTC (rev 9978)
+++ trunk/refman-6.0/optimization.xml	2008-02-22 18:50:16 UTC (rev 9979)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 723 bytes

@@ -15948,6 +15948,12 @@
       </para>
 
       <para>
+        With thread pooling enabled, InnoDB concurrency control becomes
+        unnecessary, so you can disable InnoDB thread concurrency by
+        setting <literal>innodb_thread_concurrency</literal> to 0.
+      </para>
+
+      <para>
         Regardless of thread model, you can set
         <literal>max_connections</literal> at server startup or at
         runtime to control the maximum number of clients that can


Thread
svn commit - mysqldoc@docsrva: r9979 - in trunk: . refman-6.0paul22 Feb