List:Commits« Previous MessageNext Message »
From:paul Date:September 13 2006 5:21pm
Subject:svn commit - mysqldoc@docsrva: r3343 - in trunk: . refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-09-13 19:21:17 +0200 (Wed, 13 Sep 2006)
New Revision: 3343

Log:
 r13709@polar:  paul | 2006-09-13 12:22:43 -0500
 Document bugfixes:
 Bug#9678
 Bug#11972
 Bug#14346
 Bug#19834
 Bug#20908
 Bug#21224


Modified:
   trunk/refman-5.0/news-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:13695
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10300
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:13709
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10300


Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml	2006-09-13 16:19:39 UTC (rev 3342)
+++ trunk/refman-5.0/news-5.0.xml	2006-09-13 17:21:17 UTC (rev 3343)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 709 bytes

@@ -378,6 +378,14 @@
 
       <listitem>
         <para>
+          Using cursors with <literal>READ COMMITTED</literal> isolation
+          level could cause <literal>InnoDB</literal> to crash. (Bug
+          #19834)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The <command>ndb_mgm</command> program was included in both
           the <literal>MySQL-ndb-tools</literal> and
           <literal>MySQL-ndb-management</literal> RPM packages,


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2006-09-13 16:19:39 UTC (rev 3342)
+++ trunk/refman-5.1/news-5.1.xml	2006-09-13 17:21:17 UTC (rev 3343)
Changed blocks: 4, Lines Added: 51, Lines Deleted: 0; 2798 bytes

@@ -567,6 +567,20 @@
 
       <listitem>
         <para>
+          The <command>mysql</command> client used the default character
+          set if it automatically reconnected to the server, which is
+          incorrect if the character set had been changed. To enable the
+          character set to remain synchronized on the client and server,
+          the <command>mysql</command> command
+          <literal>charset</literal> (or <literal>\C</literal>) that
+          changes the default character set and now also issues a
+          <literal>SET NAMES</literal> statement. The changed character
+          set is used for reconnects. (Bug #11972)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The <literal>STATE</literal> column of the
           <literal>INFORMATION_SCHEMA.PROCESSLIST</literal> table was
           increased from 30 to 64 characters to accommodate longer state

@@ -657,6 +671,22 @@
 
       <listitem>
         <para>
+          Using cursors with <literal>READ COMMITTED</literal> isolation
+          level could cause <literal>InnoDB</literal> to crash. (Bug
+          #19834)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A server or network failure with an open client connection
+          would cause the client to hang even though the server was no
+          longer available. (Bug #9678)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: <command>ndb_size.pl</command>
           and <command>ndb_error_reporter</command> were missing from
           RPM packages. (Bug #20426)

@@ -995,6 +1025,13 @@
 
       <listitem>
         <para>
+          <command>mysql_upgrade</command> created temporary files in a
+          possibly insecure way. (Bug #21224)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Some prepared statements caused a server crash when executed a
           second time. (Bug #21166)
         </para>

@@ -1022,6 +1059,20 @@
 
       <listitem>
         <para>
+          Use of zero-length variable names caused a server crash. (Bug
+          #20908)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Prepared statements caused general log and server memory
+          corruption. (Bug #14346)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <command>mysqldump</command> incorrectly tried to use
           <literal>LOCK TABLES</literal> for tables in the
           <literal>INFORMATION_SCHEMA</literal> database. (Bug #21527)


Thread
svn commit - mysqldoc@docsrva: r3343 - in trunk: . refman-5.0 refman-5.1paul13 Sep