List:Commits« Previous MessageNext Message »
From:paul Date:February 24 2006 3:18pm
Subject:svn commit - mysqldoc@docsrva: r1439 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-02-24 16:18:24 +0100 (Fri, 24 Feb 2006)
New Revision: 1439

Log:
 r8125@frost:  paul | 2006-02-24 09:18:12 -0600
 Document bugfix (Bug#16400)


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


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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-02-24 14:53:22 UTC (rev 1438)
+++ trunk/refman-common/news-5.1.xml	2006-02-24 15:18:24 UTC (rev 1439)
@@ -63,7 +63,7 @@
     for each individual 5.1.x release.
   </para>
 
-  <!--
+<!--
   <section id="news-5-1-9">
     <title>&title-news-5-1-9;</title>
     <para role="release-level">
@@ -111,7 +111,7 @@
     </itemizedlist>
     </section>
   -->
-  
+
   <section id="news-5-1-8">
 
     <title>&title-news-5-1-8;</title>
@@ -119,9 +119,9 @@
     <para>
       Functionality added or changed:
     </para>
-    
+
     <itemizedlist>
-      
+
       <listitem>
         <para>
           More specific error messages are now given when attempting to
@@ -131,16 +131,15 @@
           subpartitions.) (Bug #17393)
         </para>
       </listitem>
-      
+
     </itemizedlist>
-    
-    
+
     <para>
       Bugs fixed:
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
           Attempting to add a new partition to a table partitioned by a
@@ -201,7 +200,7 @@
           <xref linkend="mysql-upgrade"/>.
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           All subpartitions within a given partitioned table are now
@@ -311,18 +310,28 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
+          The <filename>mysql_fix_privilege_tables.sql</filename> script
+          did not properly initialize the <literal>Event_priv</literal>
+          column to <literal>'Y'</literal> for those accounts that
+          should have the <literal>EVENT</literal> privilege. (Bug
+          #16400)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           <literal>NDB Cluster</literal>: Inserting the output of
           <literal>REPEAT('<replaceable>some_string</replaceable>',
-            <replaceable>some_int</replaceable>)</literal> into a
+          <replaceable>some_int</replaceable>)</literal> into a
           <literal>BLOB</literal> column resulted in the error
           <errortext>Invalid blob attributes or invalid blob parts
-            table</errortext>. (Bug #17505)
+          table</errortext>. (Bug #17505)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: Row-based replication was not
@@ -330,28 +339,28 @@
           For example, connecting a <command>mysqld</command> instance
           to a cluster which was being backed up would result in the
           message <errortext>NDB: skipping setup table
-            test.t1</errortext> being written to the error log. (Bug
+          test.t1</errortext> being written to the error log. (Bug
           #17459)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: <literal>CREATE TEMPORARY
-            TABLE</literal> of a Cluster table would fail with an
+          TABLE</literal> of a Cluster table would fail with an
           <errortext>Unsupported</errortext> error or crash the server.
           (Bug #17210, Bug #16552)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: <literal>UNIQUE</literal> keys
           in Cluster tables were limited to 225 bytes in length. (Bug
-          #15918) 
+          #15918)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>: <literal>REPLACE</literal>
@@ -1023,7 +1032,7 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
           <literal>NDB Cluster</literal>:

Thread
svn commit - mysqldoc@docsrva: r1439 - in trunk: . refman-commonpaul24 Feb