List:Commits« Previous MessageNext Message »
From:paul Date:May 20 2008 12:55am
Subject:svn commit - mysqldoc@docsrva: r10779 - in trunk: . dynamic-docs/changelog
View as plain text  
Author: paul
Date: 2008-05-20 02:55:32 +0200 (Tue, 20 May 2008)
New Revision: 10779

Log:
 r31518@frost:  paul | 2008-05-19 19:55:51 -0500
 Document bugfixes:
 Bug#28563: Test suite "jp" fails completely
 Bug#36011: server crash with explain extended on query with dependent subqueries
 Bug#36488: regexp returns false matches, concatenating with previous rows
 Bug#36676: UPDATE on TEXT column using LEFT JOIN doesn't update all rows
 Bug#36705: key_buffer_size of >= 2G allocates all available virtual memory on 64-bit windo


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:31517
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31325
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31518
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31325


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-20 00:55:21 UTC (rev 10778)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-05-20 00:55:32 UTC (rev 10779)
Changed blocks: 1, Lines Added: 139, Lines Deleted: 0; 2976 bytes

@@ -19179,4 +19179,143 @@
 
   </logentry>
 
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="tests"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="28563"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.25"/>
+    </versions>
+
+    <message>
+
+      <para>
+        The <literal>jp</literal> test suite was not working.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="UPDATE"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36676"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.64"/>
+      <version ver="5.1.25"/>
+    </versions>
+
+    <message>
+
+      <para>
+        Multiple-table <literal>UPDATE</literal> statements that used a
+        temporary table could fail to update all qualifying rows or fail
+        with a spurious duplicate-key error.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="REGEXP"/>
+      <manual type="CONCAT()"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36488"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.64"/>
+      <version ver="5.1.25"/>
+    </versions>
+
+    <message>
+
+      <para>
+        A <function role="sqlop">REGEXP</function> match could return
+        incorrect rows when the previous row matched the expression and
+        used <function role="sql">CONCAT()</function> with an empty
+        string.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="EXPLAIN"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36011"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.64"/>
+      <version ver="5.1.25"/>
+    </versions>
+
+    <message>
+
+      <para>
+        For <literal>EXPLAIN EXTENDED</literal>, execution of an
+        uncorrelated <literal>IN</literal> subquery caused a crash if
+        the subquery required a temporary table for its execution.
+      </para>
+
+    </message>
+
+  </logentry>
+
+  <logentry entrytype="bug">
+
+    <tags>
+      <manual type="Windows"/>
+      <manual type="key_buffer_size"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="36705"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.0.64"/>
+      <version ver="5.1.25"/>
+    </versions>
+
+    <message>
+
+      <para>
+        On WIndows 64-bit systems, temporary variables of
+        <literal>long</literal> types were used to store
+        <literal>ulong</literal> values, causing key cache
+        initialization to receive distorted parameters. The effect was
+        that setting <literal>key_buffer_size</literal> to values of 2GB
+        or more caused memory exhaustion to due allocation of too much
+        memory.
+      </para>
+
+    </message>
+
+  </logentry>
+
 </changelog>


Thread
svn commit - mysqldoc@docsrva: r10779 - in trunk: . dynamic-docs/changelogpaul20 May