Author: paul
Date: 2010-12-20 17:03:01 +0100 (Mon, 20 Dec 2010)
New Revision: 24507
Log:
r43308@dhcp-213: paul | 2010-12-20 09:28:23 -0500
Minor wording revision
Modified:
trunk/refman-5.1/dba-mysqld-server-core.xml
trunk/refman-5.5/dba-mysqld-server-core.xml
trunk/refman-5.6/dba-mysqld-server-core.xml
trunk/refman-6.0/dba-mysqld-server-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:45597
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:66486
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
ebeeeee4-b232-4669-a521-231442eced53:/mysqldoc-local/mysqldoc/trunk:43306
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:45597
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:66486
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
ebeeeee4-b232-4669-a521-231442eced53:/mysqldoc-local/mysqldoc/trunk:43308
Modified: trunk/refman-5.1/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.1/dba-mysqld-server-core.xml 2010-12-20 14:49:01 UTC (rev 24506)
+++ trunk/refman-5.1/dba-mysqld-server-core.xml 2010-12-20 16:03:01 UTC (rev 24507)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 4; 1168 bytes
@@ -10337,10 +10337,11 @@
<para condition="dynamic:optvar:item" role="5.1:mysqld:thread_handling"/>
<para>
- The thread-handling model. The permissible values are
- <literal>no-threads</literal> (the server uses one thread) and
- <literal>one-thread-per-connection</literal> (the server uses
- one thread to handle each client connection).
+ The thread-handling model used by the server for connection
+ threads. The permissible values are
+ <literal>no-threads</literal> (the server uses a single
+ thread) and <literal>one-thread-per-connection</literal> (the
+ server uses one thread to handle each client connection).
<literal>no-threads</literal> is useful for debugging under
Linux; see
<ulink url="http://forge.mysql.com/wiki/MySQL_Internals_Porting">MySQL
Modified: trunk/refman-5.5/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.5/dba-mysqld-server-core.xml 2010-12-20 14:49:01 UTC (rev 24506)
+++ trunk/refman-5.5/dba-mysqld-server-core.xml 2010-12-20 16:03:01 UTC (rev 24507)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 4; 1168 bytes
@@ -10490,10 +10490,11 @@
<para condition="dynamic:optvar:item" role="5.5:mysqld:thread_handling"/>
<para>
- The thread-handling model. The permissible values are
- <literal>no-threads</literal> (the server uses one thread) and
- <literal>one-thread-per-connection</literal> (the server uses
- one thread to handle each client connection).
+ The thread-handling model used by the server for connection
+ threads. The permissible values are
+ <literal>no-threads</literal> (the server uses a single
+ thread) and <literal>one-thread-per-connection</literal> (the
+ server uses one thread to handle each client connection).
<literal>no-threads</literal> is useful for debugging under
Linux; see
<ulink url="http://forge.mysql.com/wiki/MySQL_Internals_Porting">MySQL
Modified: trunk/refman-5.6/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.6/dba-mysqld-server-core.xml 2010-12-20 14:49:01 UTC (rev 24506)
+++ trunk/refman-5.6/dba-mysqld-server-core.xml 2010-12-20 16:03:01 UTC (rev 24507)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 4; 1168 bytes
@@ -10289,10 +10289,11 @@
<para condition="dynamic:optvar:item" role="5.6:mysqld:thread_handling"/>
<para>
- The thread-handling model. The permissible values are
- <literal>no-threads</literal> (the server uses one thread) and
- <literal>one-thread-per-connection</literal> (the server uses
- one thread to handle each client connection).
+ The thread-handling model used by the server for connection
+ threads. The permissible values are
+ <literal>no-threads</literal> (the server uses a single
+ thread) and <literal>one-thread-per-connection</literal> (the
+ server uses one thread to handle each client connection).
<literal>no-threads</literal> is useful for debugging under
Linux; see
<ulink url="http://forge.mysql.com/wiki/MySQL_Internals_Porting">MySQL
Modified: trunk/refman-6.0/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-6.0/dba-mysqld-server-core.xml 2010-12-20 14:49:01 UTC (rev 24506)
+++ trunk/refman-6.0/dba-mysqld-server-core.xml 2010-12-20 16:03:01 UTC (rev 24507)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 4; 1203 bytes
@@ -11125,10 +11125,11 @@
<para condition="dynamic:optvar:item" role="6.0:mysqld:thread_handling"/>
<para>
- The thread-handling model. The permissible values are
- <literal>no-threads</literal> (the server uses one thread),
- <literal>one-thread-per-connection</literal> (the server uses
- one thread to handle each client connection),
+ The thread-handling model used by the server for connection
+ threads. The permissible values are
+ <literal>no-threads</literal> (the server uses a single
+ thread), <literal>one-thread-per-connection</literal> (the
+ server uses one thread to handle each client connection),
<literal>pool-of-threads</literal> (the server does not create
a thread per client connection, but uses a pool of threads for
processing statements). <literal>no-threads</literal> is
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24507 - in trunk: . refman-5.1 refman-5.5 refman-5.6 refman-6.0 | paul.dubois | 20 Dec |