List:Commits« Previous MessageNext Message »
From:paul.dubois Date:August 13 2008 3:57pm
Subject:svn commit - mysqldoc@docsrva: r11549 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-08-13 17:57:11 +0200 (Wed, 13 Aug 2008)
New Revision: 11549

Log:
 r33340@frost:  paul | 2008-08-13 10:56:12 -0500
 Document bugfixes:
 Bug#34286: Assertion failure in thread 2816 in file .\row\row0sel.c line 3500
 Bug#35220: ALTER TABLE too picky on reserved word "foreign"
 Bug#35352: If InnoDB crashes with UNDO slots full error the error persists on restart
 Bug#36600: SHOW STATUS takes a lot of CPU in buf_get_latched_pages_number


Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml

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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-08-13 15:35:28 UTC (rev 11548)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-08-13 15:57:11 UTC (rev 11549)
Changed blocks: 4, Lines Added: 31, Lines Deleted: 0; 1293 bytes

@@ -17379,6 +17379,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.0.68"/>
       <version ver="5.1.24"/>
       <version ver="6.0.6"/>
     </versions>

@@ -17544,6 +17545,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.0.68"/>
       <version ver="5.1.24"/>
       <version ver="6.0.6"/>
     </versions>

@@ -22991,6 +22993,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.0.68"/>
       <version ver="6.0.6"/>
     </versions>
 

@@ -24414,4 +24417,32 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="InnoDB"/>
+      <manual type="OPTIMIZE TABLE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="34286"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.68"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Using <literal>OPTIMIZE TABLE</literal> as the first statement
+        on an <literal>InnoDB</literal> table with an
+        <literal>AUTO_INCREMENT</literal> column could cause a server
+        crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r11549 - in trunk: . dynamic-docs/changelogpaul.dubois13 Aug