List:Commits« Previous MessageNext Message »
From:paul.dubois Date:January 19 2009 4:47pm
Subject:svn commit - mysqldoc@docsrva: r13274 - in trunk: . dynamic-docs/command-optvars refman-5.1
View as plain text  
Author: paul
Date: 2009-01-19 17:47:22 +0100 (Mon, 19 Jan 2009)
New Revision: 13274

Log:
 r37541@frost:  paul | 2009-01-19 10:49:43 -0500
 Make changes required for appearance of Queries status variable in 5.1


Modified:
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-5.1/dba-mysqld-server-core.xml

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


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2009-01-19 15:56:17 UTC (rev 13273)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2009-01-19 16:47:22 UTC (rev 13274)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 496 bytes

@@ -4325,6 +4325,8 @@
     <versions>
       <manual version="5.0"/>
       <introduced version="5.0.76"/>
+      <manual version="5.1"/>
+      <introduced version="5.1.31"/>
     </versions>
 
   </mysqloption>


Modified: trunk/refman-5.1/dba-mysqld-server-core.xml
===================================================================
--- trunk/refman-5.1/dba-mysqld-server-core.xml	2009-01-19 15:56:17 UTC (rev 13273)
+++ trunk/refman-5.1/dba-mysqld-server-core.xml	2009-01-19 16:47:22 UTC (rev 13274)
Changed blocks: 2, Lines Added: 15, Lines Deleted: 1; 1252 bytes

@@ -12070,6 +12070,19 @@
       </listitem>
 
       <listitem>
+        <para id="statvar_Queries">
+          <literal role="statvar">Queries</literal>
+        </para>
+
+        <para>
+          The number of statements executed by the server. This variable
+          includes statements executed within stored programs, unlike
+          the <literal>Questions</literal> variable. This variable was
+          added in MySQL 5.1.31.
+        </para>
+      </listitem>
+
+      <listitem>
         <para id="statvar_Questions">
           <literal role="statvar">Questions</literal>
         </para>

@@ -12078,7 +12091,8 @@
           The number of statements executed by the server. As of MySQL
           5.1.31, this includes only statements sent to the server by
           clients and no longer includes statements executed within
-          stored programs.
+          stored programs, unlike the <literal>Queries</literal>
+          variable.
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r13274 - in trunk: . dynamic-docs/command-optvars refman-5.1paul.dubois19 Jan