List:Commits« Previous MessageNext Message »
From:paul Date:April 19 2007 8:17pm
Subject:svn commit - mysqldoc@docsrva: r6016 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2007-04-19 22:17:24 +0200 (Thu, 19 Apr 2007)
New Revision: 6016

Log:
 r19432@frost:  paul | 2007-04-19 15:16:20 -0500
 SHOW LOGS is gone.


Modified:
   trunk/refman-5.1/introduction.xml
   trunk/refman-5.1/news-5.1.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:23770
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:19404
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:23770
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:19432
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593


Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml	2007-04-19 20:16:40 UTC (rev 6015)
+++ trunk/refman-5.1/introduction.xml	2007-04-19 20:17:24 UTC (rev 6016)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 6; 555 bytes

@@ -720,12 +720,6 @@
 
         <listitem>
           <para>
-            The <literal>SHOW LOGS</literal> SQL statement
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
             The <literal>LOAD TABLE FROM MASTER</literal> SQL statement
           </para>
         </listitem>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-04-19 20:16:40 UTC (rev 6015)
+++ trunk/refman-5.1/news-5.1.xml	2007-04-19 20:17:24 UTC (rev 6016)
Changed blocks: 3, Lines Added: 10, Lines Deleted: 5; 1573 bytes

@@ -2557,10 +2557,10 @@
           <literal>NdbTransaction::AbortOption</literal> can no longer
           be used, and applications written against the NDB API may need
           to be rewritten and recompiled to accomodate these changes.
-          For more information about this change, see 
+          For more information about this change, see
           <xref linkend="class-ndboperation-abortoption"/>.
         </para>
-        
+
         <para>
           This also affects the behavior of the
           <literal>NdbTransaction::execute()</literal> method, which now

@@ -4257,9 +4257,9 @@
 
       <listitem>
         <para>
-          A multiple-table <literal>DELETE QUICK</literal> could sometimes
-          cause one of the affected tables to become corrupted. (Bug
-          #25048)
+          A multiple-table <literal>DELETE QUICK</literal> could
+          sometimes cause one of the affected tables to become
+          corrupted. (Bug #25048)
         </para>
       </listitem>
 

@@ -6661,6 +6661,11 @@
           newer. You should convert your tables to another storage
           engine <emphasis>before</emphasis> upgrading to 5.1.12.
         </para>
+
+        <para>
+          Because of this change, the <literal>SHOW [BDB] LOGS</literal>
+          statement has been dropped.
+        </para>
       </listitem>
 
       <listitem>


Thread
svn commit - mysqldoc@docsrva: r6016 - in trunk: . refman-5.1paul19 Apr