Author: paul
Date: 2008-09-04 18:28:43 +0200 (Thu, 04 Sep 2008)
New Revision: 11665
Log:
r33630@frost: paul | 2008-09-04 11:29:35 -0500
thread_concurrency is Solaris *only*
Modified:
trunk/refman-4.1/dba-core.xml
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-6.0/dba-core.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:33619
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32972
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33630
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32972
Modified: trunk/refman-4.1/dba-core.xml
===================================================================
--- trunk/refman-4.1/dba-core.xml 2008-09-04 15:31:33 UTC (rev 11664)
+++ trunk/refman-4.1/dba-core.xml 2008-09-04 16:28:43 UTC (rev 11665)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 884 bytes
@@ -6139,11 +6139,11 @@
<para>
On Solaris, <command>mysqld</command> calls
- <literal>thr_setconcurrency()</literal> with this value.
+ <function>thr_setconcurrency()</function> with this value.
This function enables applications to give the threads
system a hint about the desired number of threads that
- should be run at the same time. This variable was added in
- MySQL 3.23.7.
+ should be run at the same time. This variable does not apply
+ on other systems. It was added in MySQL 3.23.7.
</para>
</listitem>
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2008-09-04 15:31:33 UTC (rev 11664)
+++ trunk/refman-5.0/dba-core.xml 2008-09-04 16:28:43 UTC (rev 11665)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 801 bytes
@@ -7310,10 +7310,11 @@
<para>
On Solaris, <command>mysqld</command> calls
- <literal>thr_setconcurrency()</literal> with this value.
+ <function>thr_setconcurrency()</function> with this value.
This function enables applications to give the threads
system a hint about the desired number of threads that
- should be run at the same time.
+ should be run at the same time. This variable does not apply
+ on other systems.
</para>
</listitem>
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-09-04 15:31:33 UTC (rev 11664)
+++ trunk/refman-5.1/dba-core.xml 2008-09-04 16:28:43 UTC (rev 11665)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 801 bytes
@@ -7806,10 +7806,11 @@
<para>
On Solaris, <command>mysqld</command> calls
- <literal>thr_setconcurrency()</literal> with this value.
+ <function>thr_setconcurrency()</function> with this value.
This function enables applications to give the threads
system a hint about the desired number of threads that
- should be run at the same time.
+ should be run at the same time. This variable does not apply
+ on other systems.
</para>
</listitem>
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-09-04 15:31:33 UTC (rev 11664)
+++ trunk/refman-6.0/dba-core.xml 2008-09-04 16:28:43 UTC (rev 11665)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 801 bytes
@@ -7636,10 +7636,11 @@
<para>
On Solaris, <command>mysqld</command> calls
- <literal>thr_setconcurrency()</literal> with this value.
+ <function>thr_setconcurrency()</function> with this value.
This function enables applications to give the threads
system a hint about the desired number of threads that
- should be run at the same time.
+ should be run at the same time. This variable does not apply
+ on other systems.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11665 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul.dubois | 4 Sep |