List:Commits« Previous MessageNext Message »
From:paul Date:July 23 2007 1:41am
Subject:svn commit - mysqldoc@docsrva: r7174 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2007-07-23 03:41:48 +0200 (Mon, 23 Jul 2007)
New Revision: 7174

Log:
 r22908@frost:  paul | 2007-07-22 20:37:54 -0500
 Document bugfixes:
 Bug#29253
 Bug#29333
 Bug#29445
 Bug#29579
 Bug#29692
 Bug#29729


Modified:
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/news-5.1.xml

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


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-07-23 01:41:32 UTC (rev 7173)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-07-23 01:41:48 UTC (rev 7174)
Changed blocks: 2, Lines Added: 30, Lines Deleted: 3; 1902 bytes

@@ -83,6 +83,33 @@
 
       <listitem>
         <para>
+          <literal>MyISAM</literal> corruption could occur with the
+          <literal>cp932_japanese_ci</literal> collation for the
+          <literal>cp932</literal> character set due to incorrect
+          comparison for trailing space. (Bug #29333)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Clients using SSL could hang the server. (Bug #29579)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          For a table with a <literal>DATE</literal> column
+          <replaceable>date_col</replaceable> such that selecting rows
+          with <literal>WHERE <replaceable>date_col</replaceable> =
+          '<replaceable>date_val</replaceable> 00:00:00'</literal>
+          yielded a non-empty result, adding <literal>GROUP BY
+          <replaceable>date_col</replaceable></literal> caused the
+          result to be empty. (Bug #29729)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           If a stored procedure was created and invoked prior to
           selecting a default database with <literal>USE</literal>, a
           <errortext>No database selected</errortext> error occurred.

@@ -121,9 +148,9 @@
 
       <listitem>
         <para>
-          The <literal>mysql_stmt_store_result()</literal> C API
-          function caused a memory leak for empty result sets. (Bug
-          #29687)
+          For the embedded server, the
+          <literal>mysql_stmt_store_result()</literal> C API function
+          caused a memory leak for empty result sets. (Bug #29687)
         </para>
       </listitem>
 


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-07-23 01:41:32 UTC (rev 7173)
+++ trunk/refman-5.1/news-5.1.xml	2007-07-23 01:41:48 UTC (rev 7174)
Changed blocks: 2, Lines Added: 54, Lines Deleted: 3; 2563 bytes

@@ -167,6 +167,57 @@
 
       <listitem>
         <para>
+          <literal>MyISAM</literal> corruption could occur with the
+          <literal>cp932_japanese_ci</literal> collation for the
+          <literal>cp932</literal> character set due to incorrect
+          comparison for trailing space. (Bug #29333)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Searching a <literal>FULLTEXT</literal> index for a word with
+          the boolean mode truncation operator could cause an infinite
+          loop. (Bug #29445)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>CHECK TABLE</literal> could erroneously report table
+          corruption for a <literal>CSV</literal> table if multiple
+          threads were modifying the table at the same time. (Bug
+          #29253)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Clients using SSL could hang the server. (Bug #29579)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Single-row inserts could report a row count greater than one.
+          (Bug #29692)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          For a table with a <literal>DATE</literal> column
+          <replaceable>date_col</replaceable> such that selecting rows
+          with <literal>WHERE <replaceable>date_col</replaceable> =
+          '<replaceable>date_val</replaceable> 00:00:00'</literal>
+          yielded a non-empty result, adding <literal>GROUP BY
+          <replaceable>date_col</replaceable></literal> caused the
+          result to be empty. (Bug #29729)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           If a stored procedure was created and invoked prior to
           selecting a default database with <literal>USE</literal>, a
           <errortext>No database selected</errortext> error occurred.

@@ -213,9 +264,9 @@
 
       <listitem>
         <para>
-          The <literal>mysql_stmt_store_result()</literal> C API
-          function caused a memory leak for empty result sets. (Bug
-          #29687)
+          For the embedded server, the
+          <literal>mysql_stmt_store_result()</literal> C API function
+          caused a memory leak for empty result sets. (Bug #29687)
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r7174 - in trunk: . refman-5.0 refman-5.1paul23 Jul