List:Commits« Previous MessageNext Message »
From:martin.brown Date:February 9 2009 12:04pm
Subject:svn commit - mysqldoc@docsrva: r13667 - trunk/refman-6.0
View as plain text  
Author: mcbrown
Date: 2009-02-09 13:04:20 +0100 (Mon, 09 Feb 2009)
New Revision: 13667

Log:
Adding a note about the configure options



Modified:
   trunk/refman-6.0/dba-dtrace.xml


Modified: trunk/refman-6.0/dba-dtrace.xml
===================================================================
--- trunk/refman-6.0/dba-dtrace.xml	2009-02-09 11:38:54 UTC (rev 13666)
+++ trunk/refman-6.0/dba-dtrace.xml	2009-02-09 12:04:20 UTC (rev 13667)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 2; 1246 bytes

@@ -38,7 +38,8 @@
         <imagedata contentwidth="282" contentdepth="284" fileref="../refman-6.0/images/published/dtrace-groups.png" format="PNG" lang="en"/>
       </imageobject>
       <textobject>
-        <phrase lang="en">DTrace Probe Structure in <command>mysqld</command></phrase>
+        <phrase lang="en">DTrace Probe Structure in
+        <command>mysqld</command></phrase>
       </textobject>
     </mediaobject>
   </figure>

@@ -69,7 +70,11 @@
     recommended list of probes supported in MySQL 6.0.8 and higher.
     DTrace probes in MySQL are supported on Solaris 10 Update 5 (Solaris
     5/08), and OpenSolaris 2008.05 and higher on SPARC, x86 and x86_64
-    platforms.
+    platforms. Enabling the probes should be automatic on these
+    platforms. To explicitly enable or disable the probes during
+    building, use the <option>--enable-dtrace</option> or
+    <option>--disable-dtrace</option> options to
+    <command>configure</command>.
   </para>
 
   <section id="dba-dtrace-mysqld-ref">


Thread
svn commit - mysqldoc@docsrva: r13667 - trunk/refman-6.0martin.brown9 Feb