List:Commits« Previous MessageNext Message »
From:paul.dubois Date:January 8 2009 9:33pm
Subject:svn commit - mysqldoc@docsrva: r13050 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2009-01-08 22:33:19 +0100 (Thu, 08 Jan 2009)
New Revision: 13050

Log:
 r37090@frost:  paul | 2009-01-08 15:35:32 -0500
 Document bugfixes:
 Bug#37671: crash on prepared statement + cursor + geometry + too many open files !
 Bug#37956: memory leak and / or crash with geometry and prepared statements!
 Bug#35558: Wrong server metadata blows up the client
 Bug#31291: ALTER TABLE CONVERT TO CHARACTER SET does not change some data types


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

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


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-01-08 21:13:04 UTC (rev 13049)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-01-08 21:33:19 UTC (rev 13050)
Changed blocks: 2, Lines Added: 83, Lines Deleted: 0; 2013 bytes

@@ -28906,6 +28906,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.0.76"/>
       <version ver="6.0.6"/>
     </versions>
 

@@ -38474,4 +38475,86 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="ALTER TABLE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31291"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.76"/>
+    </versions>
+
+    <message>
+
+      <para>
+        <literal>ALTER TABLE CONVERT TO CHARACTER SET</literal> did not
+        convert <literal role="type">TINYTEXT</literal> or
+        <literal role="type">MEDIUMTEXT</literal> columns to a longer
+        text type if necessary when converting the column to a different
+        character set.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="FORMAT()"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="35558"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.76"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>max_length</literal> metadata value was calculated
+        incorrectly for the <literal role="func">FORMAT()</literal>
+        function, which could cause incorrect result set metadata to be
+        sent to clients.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="prepared statements"/>
+      <manual type="spatial data types"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="37956"/>
+      <fixes bugid="37671"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.76"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Use of spatial data types in prepared statements could cause
+        memory leaks or server crashes.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r13050 - in trunk: . dynamic-docs/changelogpaul.dubois8 Jan