List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 29 2007 3:24pm
Subject:svn commit - mysqldoc@docsrva: r7584 - trunk/refman-5.0
View as plain text  
Author: mcbrown
Date: 2007-08-29 17:24:54 +0200 (Wed, 29 Aug 2007)
New Revision: 7584

Log:
Updating query profiler docs to make it clear this is a 5.0 CS only feature



Modified:
   trunk/refman-5.0/sql-syntax.xml


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2007-08-29 15:20:06 UTC (rev 7583)
+++ trunk/refman-5.0/sql-syntax.xml	2007-08-29 15:24:54 UTC (rev 7584)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 641 bytes

@@ -19418,6 +19418,14 @@
 WHERE QUERY_ID = 2 ORDER BY SEQ; 
 </programlisting>
 
+        <important>
+          <para>
+            Please note that the <literal>SHOW PROFILE</literal> and
+            <literal>SHOW PROFILES</literal> functionality is part of
+            the MySQL 5.0 Community Server only.
+          </para>
+        </important>
+
       </section>
 
       <section id="show-status">


Thread
svn commit - mysqldoc@docsrva: r7584 - trunk/refman-5.0mcbrown29 Aug