Author: paul
Date: 2006-01-18 16:47:15 +0100 (Wed, 18 Jan 2006)
New Revision: 896
Log:
r6353@frost: paul | 2006-01-18 07:37:32 -0600
Fix an option description per Brian.
Modified:
trunk/
trunk/refman-5.1/client-utility-programs.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6351
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6353
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2265
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2006-01-18 03:48:26 UTC (rev 895)
+++ trunk/refman-5.1/client-utility-programs.xml 2006-01-18 15:47:15 UTC (rev 896)
@@ -8264,9 +8264,11 @@
</para>
<para>
- Use <command>pthread</command> calls rather than
- <command>fork()</command> calls. This option is the
- default on Windows. This option was added in MySQL 5.1.5.
+ On Unix, the default is to use <literal>fork()</literal>
+ calls. This option causes <command>pthread</command> calls
+ to be used instead. On Windows, the default is to use
+ <literal>pthread</literal> calls and the option has no
+ effect. This option was added in MySQL 5.1.5.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r896 - in trunk: . refman-5.1 | paul | 18 Jan |