List:Internals« Previous MessageNext Message »
From:paul Date:November 17 2005 8:36pm
Subject:svn commit - mysqldoc@docsrva: r353 - in trunk: . refman-5.0 refman-5.1 refman-common
View as plain text  
Author: paul
Date: 2005-11-17 21:36:13 +0100 (Thu, 17 Nov 2005)
New Revision: 353

Log:
 r1063@kite-hub:  paul | 2005-11-17 10:09:24 -0600
 Document Compression status variable.


Modified:
   trunk/
   trunk/refman-5.0/database-administration.xml
   trunk/refman-5.1/database-administration.xml
   trunk/refman-common/news-5.0.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3822
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1047
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:3822
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1063

Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml	2005-11-17 15:24:14 UTC (rev 352)
+++ trunk/refman-5.0/database-administration.xml	2005-11-17 20:36:13 UTC (rev 353)
@@ -9810,6 +9810,17 @@
 
           <listitem>
             <para>
+              <literal>Compression</literal>
+            </para>
+
+            <para>
+              Whether the client connection uses compression in the
+              client/server protocol. Added in MySQL 5.0.16.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
               <literal>Connections</literal>
             </para>
 

Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml	2005-11-17 15:24:14 UTC (rev 352)
+++ trunk/refman-5.1/database-administration.xml	2005-11-17 20:36:13 UTC (rev 353)
@@ -9735,6 +9735,17 @@
 
           <listitem>
             <para>
+              <literal>Compression</literal>
+            </para>
+
+            <para>
+              Whether the client connection uses compression in the
+              client/server protocol. Added in MySQL 5.1.2.
+            </para>
+          </listitem>
+
+          <listitem>
+            <para>
               <literal>Connections</literal>
             </para>
 

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2005-11-17 15:24:14 UTC (rev 352)
+++ trunk/refman-common/news-5.0.xml	2005-11-17 20:36:13 UTC (rev 353)
@@ -175,6 +175,14 @@
 
       <listitem>
         <para>
+          Added the <literal>Compression</literal> status variable,
+          which indicates whether the client connection uses compression
+          in the client/server protocol.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           In MySQL 5.0.13, syntax for <literal>DEFINER</literal> and
           <literal>SQL SECURITY</literal> clauses was added to the
           <literal>CREATE VIEW</literal> and <literal>ALTER

Thread
svn commit - mysqldoc@docsrva: r353 - in trunk: . refman-5.0 refman-5.1 refman-commonpaul17 Nov