List:Commits« Previous MessageNext Message »
From:paul Date:October 23 2007 2:39am
Subject:svn commit - mysqldoc@docsrva: r8249 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2007-10-23 02:39:21 +0200 (Tue, 23 Oct 2007)
New Revision: 8249

Log:
 r25973@frost:  paul | 2007-10-22 19:39:07 -0500
 Documented bugfixes:
 Bug#15327: configure: --with-tcp-port option being partially ignored
 Bug#16918: Aborted_clients > Connections
 Bug#21557: entries in the general query log truncated at 1000 characters.
 Bug#29804: UDF parameters don't contain correct string length
 Bug#31035: select from function, group by result crasher
 Bug#31069: crash in 'sounds like'
 Bug#31070: crash during conversion of charsets
 Bug#31174: "Repair" command on MyISAM crashes with small myisam_sort_buffer_size
 Bug#31249:  Assertion `!table || (!table->write_set ||
bitmap_is_set(table->write_set, fiel
 Bug#31409: RENAME TABLE causes server crash or deadlock when used with HANDLER statements
 Bug#31473: CSV engine does not work with NULL value in datetime fields


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

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


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2007-10-22 22:18:52 UTC (rev 8248)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2007-10-23 00:39:21 UTC (rev 8249)
Changed blocks: 2, Lines Added: 240, Lines Deleted: 0; 4770 bytes

@@ -81807,6 +81807,7 @@
     </bugs>
 
     <versions>
+      <version ver="5.0.52"/>
       <version ver="5.1.22"/>
     </versions>
 

@@ -139200,4 +139201,243 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="CSV"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31473"></fixes>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Inserting a row with a <literal>NULL</literal> value for a
+        <literal>DATETIME</literal> column results in a
+        <literal>CSV</literal> file that the storage engine cannot read.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="stored functions"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31035"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.52"/>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        A server crash could occur when a
+        non-<literal>DETERMINISTIC</literal> stored function was used in
+        a <literal>GROUP BY</literal> clause.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="status variables"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="16918"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.52"/>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>Aborted_clients</literal> status variable was
+        incremented twice if a client exited without calling
+        <function role="capi">mysql_close()</function>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="logging"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="21557"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Entries in the general query log were truncated at 1000
+        characters.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="HANDLER"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31409"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.52"/>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Executing <literal>RENAME</literal> while tables were open for
+        use with <literal>HANDLER</literal> statements could cause a
+        server crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="configuration"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="15327"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.52"/>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Clients were ignoring the TCP/IP port number specified as the
+        default port via the --with-tcp-port configuration option.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="REPAIR TABLE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31174"/>
+    </bugs>
+
+    <versions>
+      <version ver="4.1.24"/>
+      <version ver="5.0.52"/>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        WIth small values of <literal>myisam_sort_buffer_size</literal>,
+        <literal>REPAIR TABLE</literal> for
<literal>MyISAM</literal>
+        tables could cause a server crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="HANDLER"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="31069"/>
+      <fixes bugid="31070"/>
+    </bugs>
+
+    <versions>
+      <version ver="4.1.24"/>
+      <version ver="5.0.52"/>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Internal conversion routines could fail for several multi-byte
+        character sets (<literal>big5</literal>,
+        <literal>cp932</literal>, <literal>euckr</literal>,
+        <literal>gb2312</literal>, <literal>sjis</literal>) for
empty
+        strings or during evaluation of <literal>SOUNDS LIKE</literal>.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <bugs>
+      <fixes bugid="31249"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.52"/>
+      <version ver="5.1.23"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Allocation of an insufficiently large group-by buffer following
+        creation of a temporary table could lead to a server crash.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r8249 - in trunk: . dynamic-docs/changelogpaul23 Oct