List:Commits« Previous MessageNext Message »
From:paul Date:March 9 2007 5:12pm
Subject:svn commit - mysqldoc@docsrva: r5284 - in trunk: . refman-5.0
View as plain text  
Author: paul
Date: 2007-03-09 18:12:14 +0100 (Fri, 09 Mar 2007)
New Revision: 5284

Log:
 r17454@frost:  paul | 2007-03-09 11:07:40 -0600
 A little more SHOW PROFILE-related information.


Modified:
   trunk/refman-5.0/database-administration.xml
   trunk/refman-5.0/information-schema.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21154
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17453
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:21154
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:17454
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml	2007-03-09 17:11:43 UTC (rev 5283)
+++ trunk/refman-5.0/database-administration.xml	2007-03-09 17:12:14 UTC (rev 5284)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 1075 bytes

@@ -8363,6 +8363,16 @@
                   <entry><literal>GLOBAL</literal> | <literal>SESSION</literal></entry>
                 </row>
                 <row>
+                  <entry><literal>profiling</literal></entry>
+                  <entry>boolean</entry>
+                  <entry><literal>SESSION</literal></entry>
+                </row>
+                <row>
+                  <entry><literal>profiling_history_size</literal></entry>
+                  <entry>numeric</entry>
+                  <entry><literal>SESSION</literal></entry>
+                </row>
+                <row>
                   <entry><literal>query_alloc_block_size</literal></entry>
                   <entry>numeric</entry>
                   <entry><literal>GLOBAL</literal> | <literal>SESSION</literal></entry>


Modified: trunk/refman-5.0/information-schema.xml
===================================================================
--- trunk/refman-5.0/information-schema.xml	2007-03-09 17:11:43 UTC (rev 5283)
+++ trunk/refman-5.0/information-schema.xml	2007-03-09 17:12:14 UTC (rev 5284)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 686 bytes

@@ -3300,7 +3300,8 @@
       profiling information. Its contents correspond to the information
       produced by the <literal>SHOW PROFILES</literal> and <literal>SHOW
       PROFILE</literal> statements (see
-      <xref linkend="show-profiles"/>).
+      <xref linkend="show-profiles"/>). The table is empty unless the
+      <literal>profiling</literal> session variable is set to 1.
     </para>
 
     <informaltable>


Thread
svn commit - mysqldoc@docsrva: r5284 - in trunk: . refman-5.0paul9 Mar