Author: paul
Date: 2008-02-08 20:20:29 +0100 (Fri, 08 Feb 2008)
New Revision: 9752
Log:
r29065@arctic: paul | 2008-02-08 13:18:00 -0600
Document --with-libevent/--without-libevent configure options
Modified:
trunk/dynamic-docs/build-configure/mysqld.xml
trunk/refman-6.0/dba-core.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:29021
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29060
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:34985
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:29021
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:29065
Modified: trunk/dynamic-docs/build-configure/mysqld.xml
===================================================================
--- trunk/dynamic-docs/build-configure/mysqld.xml 2008-02-08 18:40:05 UTC (rev 9751)
+++ trunk/dynamic-docs/build-configure/mysqld.xml 2008-02-08 19:20:29 UTC (rev 9752)
Changed blocks: 1, Lines Added: 26, Lines Deleted: 0; 950 bytes
@@ -2060,5 +2060,31 @@
</versions>
</buildoption>
+ <buildoption id="with-libevent">
+ <formatbase format="--with-libevent">
+
+ <description>Include libevent for thread-pool support</description>
+
+ </formatbase>
+ <versions>
+ <manual version="6.0"/>
+ <introduced version="6.0.4"/>
+ </versions>
+
+ </buildoption>
+ <buildoption id="without-libevent">
+
+ <formatbase format="--without-libevent">
+
+ <description>Do not include libevent for thread-pool support</description>
+
+ </formatbase>
+ <versions>
+ <manual version="6.0"/>
+ <introduced version="6.0.4"/>
+ </versions>
+
+ </buildoption>
+
</buildoptions>
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-02-08 18:40:05 UTC (rev 9751)
+++ trunk/refman-6.0/dba-core.xml 2008-02-08 19:20:29 UTC (rev 9752)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 1; 701 bytes
@@ -7652,7 +7652,9 @@
<ulink url="http://forge.mysql.com/wiki/MySQL_Internals_Porting">MySQL
Internals: Porting</ulink>.
<literal>pool-of-threads</literal> is available as of MySQL
- 6.0.4.
+ 6.0.4. To use thread pooling, MySQL must be configured with
+ the <option>--with-libevent</option> option when you run
+ <command>./configure</command>.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9752 - in trunk: . dynamic-docs/build-configure refman-6.0 | paul | 8 Feb |