Author: pd221994
Date: 2011-06-21 21:18:00 +0200 (Tue, 21 Jun 2011)
New Revision: 26584
Log:
r49199@dhcp-adc-twvpn-1-vpnpool-10-154-25-175: paul | 2011-06-21 14:17:02 -0500
Document bug fix:
Bug 12549572 - CMAKE DOES NOT INCLUDE GCOV COMPILATION OPTION
Modified:
svk:merge
trunk/dynamic-docs/build-configure/cmake.xml
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-5.5/installing-source-core.xml
trunk/refman-5.6/installing-source-core.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/dynamic-docs/build-configure/cmake.xml
===================================================================
--- trunk/dynamic-docs/build-configure/cmake.xml 2011-06-21 19:09:00 UTC (rev 26583)
+++ trunk/dynamic-docs/build-configure/cmake.xml 2011-06-21 19:18:00 UTC (rev 26584)
Changed blocks: 1, Lines Added: 17, Lines Deleted: 0; 808 bytes
@@ -179,6 +179,23 @@
</buildoption>
+ <buildoption id="enable_gcov">
+
+ <xrefto id="option_cmake_enable_gcov"/>
+
+ <formatbase format="ENABLE_GCOV">
+ <description>Whether to include gcov support</description>
+ </formatbase>
+
+ <versions>
+ <manual version="5.5"/>
+ <introduced version="5.5.14"/>
+ <manual version="5.6"/>
+ <introduced version="5.6.3"/>
+ </versions>
+
+ </buildoption>
+
<buildoption id="enabled_local_infile">
<xrefto id="option_cmake_enabled_local_infile"/>
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-06-21 19:09:00 UTC (rev 26583)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-06-21 19:18:00 UTC (rev 26584)
Changed blocks: 1, Lines Added: 27, Lines Deleted: 0; 841 bytes
@@ -49008,4 +49008,31 @@
</logentry>
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="CMake"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="12549572"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.14"/>
+ <version ver="5.6.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>CMake</command> configuration support on Linux now
+ provides a boolean <option role="cmake">ENABLE_GCOV</option>
+ option to control whether to include support for gcov.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/refman-5.5/installing-source-core.xml
===================================================================
--- trunk/refman-5.5/installing-source-core.xml 2011-06-21 19:09:00 UTC (rev 26583)
+++ trunk/refman-5.5/installing-source-core.xml 2011-06-21 19:18:00 UTC (rev 26584)
Changed blocks: 1, Lines Added: 20, Lines Deleted: 0; 993 bytes
@@ -1917,6 +1917,26 @@
</listitem>
<listitem>
+ <para id="option_cmake_enable_gcov">
+ <indexterm>
+ <primary>CMake</primary>
+ <secondary>ENABLE_GCOV option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>ENABLE_GCOV option</primary>
+ <secondary>CMake</secondary>
+ </indexterm>
+
+ <literal>-DENABLE_DTRACE=<replaceable>bool</replaceable></literal>
+ </para>
+
+ <para>
+ Whether to include gcov support (Linux only).
+ </para>
+ </listitem>
+
+ <listitem>
<para id="option_cmake_enabled_local_infile">
<indexterm>
<primary>CMake</primary>
Modified: trunk/refman-5.6/installing-source-core.xml
===================================================================
--- trunk/refman-5.6/installing-source-core.xml 2011-06-21 19:09:00 UTC (rev 26583)
+++ trunk/refman-5.6/installing-source-core.xml 2011-06-21 19:18:00 UTC (rev 26584)
Changed blocks: 1, Lines Added: 20, Lines Deleted: 0; 993 bytes
@@ -1902,6 +1902,26 @@
</listitem>
<listitem>
+ <para id="option_cmake_enable_gcov">
+ <indexterm>
+ <primary>CMake</primary>
+ <secondary>ENABLE_GCOV option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>ENABLE_GCOV option</primary>
+ <secondary>CMake</secondary>
+ </indexterm>
+
+ <literal>-DENABLE_DTRACE=<replaceable>bool</replaceable></literal>
+ </para>
+
+ <para>
+ Whether to include gcov support (Linux only).
+ </para>
+ </listitem>
+
+ <listitem>
<para id="option_cmake_enabled_local_infile">
<indexterm>
<primary>CMake</primary>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26584 - in trunk: . dynamic-docs/build-configure dynamic-docs/changelog refman-5.5 refman-5.6 | paul.dubois | 21 Jun |