List:Commits« Previous MessageNext Message »
From:paul Date:March 2 2006 2:09am
Subject:svn commit - mysqldoc@docsrva: r1479 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-03-02 03:09:28 +0100 (Thu, 02 Mar 2006)
New Revision: 1479

Log:
 r8292@frost:  paul | 2006-03-01 20:08:14 -0600
 Document bugfixes:
 Bug#12070
 Bug#17457
 Bug#17568


Modified:
   trunk/
   trunk/refman-common/news-5.0.xml
   trunk/refman-common/news-5.1.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8289
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3623
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8292
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3623

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-03-02 00:35:53 UTC (rev 1478)
+++ trunk/refman-common/news-5.0.xml	2006-03-02 02:09:28 UTC (rev 1479)
@@ -354,6 +354,14 @@
 
       <listitem>
         <para>
+          The embedded server did not allow binding of columns to the
+          <literal>MYSQL_TYPE_VAR_STRING</literal> data type in prepared
+          statements. (Bug #12070)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The embedded server failed various tests in the automated test
           suite. (Bug #9630, Bug #9631, Bug #9633, Bug #10801, Bug
           #10911, Bug #10924, Bug #10925, Bug #10926, Bug #10930, Bug

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-02 00:35:53 UTC (rev 1478)
+++ trunk/refman-common/news-5.1.xml	2006-03-02 02:09:28 UTC (rev 1479)
@@ -17,8 +17,8 @@
   </indexterm>
 
   <para>
-    An overview of which features were added in MySQL 5.1 can be found here:
-    <xref linkend="mysql-5-1-nutshell"/>.
+    An overview of which features were added in MySQL 5.1 can be found
+    here: <xref linkend="mysql-5-1-nutshell"/>.
   </para>
 
   <para>
@@ -124,7 +124,7 @@
           versions of MySQL. (Bug #14871)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           For an event having no <literal>STARTS</literal> time
@@ -133,7 +133,7 @@
           <literal>start</literal> column now displays the creation time
           rather than <literal>NULL</literal>. (Bug #16537)
         </para>
-        
+
         <para>
           In addition, both the <literal>SHOW EVENTS</literal>
           statement's <literal>Starts</literal> column and the
@@ -159,7 +159,7 @@
           events</literal>. (Bug #16412)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           The <literal>binlog_format</literal> system variable now is
@@ -167,15 +167,15 @@
           <xref linkend="replication-row-based"/>.
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
-          The <literal>binlog_format</literal> system variable now can be set to
-          a third format, <literal>MIXED</literal>, as described in
-          <xref linkend="replication-row-based"/>.
+          The <literal>binlog_format</literal> system variable now can
+          be set to a third format, <literal>MIXED</literal>, as
+          described in <xref linkend="replication-row-based"/>.
         </para>
       </listitem>
-    
+
     </itemizedlist>
 
     <para>
@@ -183,25 +183,39 @@
     </para>
 
     <itemizedlist>
-      
+
+        <listitem>
+          <para>
+            <command>mysql_fix_privilege_tables</command> didn't create
+            the <literal>mysql.plugin</literal> table. (Bug #17568)
+          </para>
+        </listitem>
+
       <listitem>
         <para>
+          Improper checking of binary log statements could result in a
+          server crash. (Bug #17457)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           The <literal>ExtractValue()</literal> function allowed the use
           of the <literal>!</literal> character in identifiers by
           ignoring the illegal character. This is now correctly reported
           as a syntax error. (Bug #16313)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: Trying to insert a value into
           a nonexistent <literal>LIST</literal> partition of an
           <literal>NDB</literal> table would cause the server to crash.
-          (Bug #17763) 
+          (Bug #17763)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: <literal>ALTER TABLE</literal>
@@ -209,20 +223,20 @@
           server to crash. (Bug #17499)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: A repeated
           <literal>SELECT</literal> on a partitioned table that used the
           <literal>NDB</literal> storage engine could cause the server
-          to crash. (Bug #17390) 
+          to crash. (Bug #17390)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: Using <literal>ALTER TABLE ...
-            ADD PARTITION</literal>  on a table partitioned by
+          ADD PARTITION</literal> on a table partitioned by
           <literal>LIST</literal> would cause the client to hang. (Bug
           #17701)
         </para>
@@ -442,8 +456,8 @@
       <listitem>
         <para>
           <literal>CREATE EVENT</literal>, <literal>DROP
-          EVENT</literal>, and <literal>ALTER EVENT</literal>
-          statements are not allowed in triggers. (Bug #16410)
+          EVENT</literal>, and <literal>ALTER EVENT</literal> statements
+          are not allowed in triggers. (Bug #16410)
         </para>
       </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r1479 - in trunk: . refman-commonpaul2 Mar