List:Commits« Previous MessageNext Message »
From:paul Date:August 2 2007 5:48pm
Subject:svn commit - mysqldoc@docsrva: r7316 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2007-08-02 19:48:09 +0200 (Thu, 02 Aug 2007)
New Revision: 7316

Log:
 r23209@frost:  paul | 2007-08-02 11:50:29 -0500
 Move a paragraph.


Modified:
   trunk/refman-5.1/dba-core.xml

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


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2007-08-02 16:48:29 UTC (rev 7315)
+++ trunk/refman-5.1/dba-core.xml	2007-08-02 17:48:09 UTC (rev 7316)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 5; 969 bytes

@@ -28521,11 +28521,6 @@
       </para>
 
       <para>
-        It is not recommended to partition log tables. Beginning with
-        MySQL 5.1.20, doing this is no longer allowed. (Bug #27816)
-      </para>
-
-      <para>
         The use of <literal>DROP TABLE</literal> for log tables is
         similarly restricted: It cannot be used to drop a log table that
         is in use. The log must be disabled first.

@@ -28568,6 +28563,11 @@
 RENAME TABLE general_log TO general_log_backup, general_log2 TO general_log;
 </programlisting>
 
+      <para>
+        It is not recommended to partition log tables. Beginning with
+        MySQL 5.1.20, doing this is no longer allowed.
+      </para>
+
     </section>
 
     <section id="error-log">


Thread
svn commit - mysqldoc@docsrva: r7316 - in trunk: . refman-5.1paul2 Aug