List:Commits« Previous MessageNext Message »
From:mhillyer Date:February 22 2006 7:23pm
Subject:svn commit - mysqldoc@docsrva: r1426 - in trunk: administrator refman-common
View as plain text  
Author: mhillyer
Date: 2006-02-22 20:23:54 +0100 (Wed, 22 Feb 2006)
New Revision: 1426

Log:
Bugfixes documented: 14186,17289,16410,8841,17385

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

Modified: trunk/administrator/administrator.xml
===================================================================
--- trunk/administrator/administrator.xml	2006-02-22 18:05:24 UTC (rev 1425)
+++ trunk/administrator/administrator.xml	2006-02-22 19:23:54 UTC (rev 1426)
@@ -90,14 +90,13 @@
     <para>
       &administrator; is a program for performing administrative
       operations, such as configuring, monitoring and starting and
-      stopping a MySQL server, managing users
-      and connections, performing backups, and a number of other
-      administrative tasks.
+      stopping a MySQL server, managing users and connections,
+      performing backups, and a number of other administrative tasks.
     </para>
 
     <para>
-      Most tasks can be performed using a command-line client
-      such as <ulink 
+      Most tasks can be performed using a command-line client such as
+      <ulink 
 url="http://dev.mysql.com/doc/mysql/en/mysqladmin.html"><command>mysqladmin</command>
       </ulink> or
       <ulink
@@ -131,8 +130,8 @@
     </para>
 
     <para>
-      &administrator; is designed to work with MySQL versions
-      4.0 and higher.
+      &administrator; is designed to work with MySQL versions 4.0 and
+      higher.
     </para>
 
     <para>

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-02-22 18:05:24 UTC (rev 1425)
+++ trunk/refman-common/news-4.1.xml	2006-02-22 19:23:54 UTC (rev 1426)
@@ -811,6 +811,16 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          When a date column is set <literal>NOT NULL</literal> and
+          contains <literal>0000-00-00</literal>, it will be updated for
+          UPDATE statements that contains
+          <literal><replaceable>columnname</replaceable> IS
+          NULL</literal> in the WHERE clause. (Bug #14186)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-02-22 18:05:24 UTC (rev 1425)
+++ trunk/refman-common/news-5.0.xml	2006-02-22 19:23:54 UTC (rev 1426)
@@ -341,6 +341,14 @@
 
       <listitem>
         <para>
+          <literal>CHECKSUM TABLE</literal> returned different values on
+          MyISAM table depending on whether the <literal>QUICK</literal>
+          or <literal>EXTENDED</literal> options were used. (Bug #8841)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           MySQL server dropped client connection for certain SELECT
           statements against views defined that used
           <literal>MERGE</literal> algorithm. (Bug #16260)
@@ -2261,6 +2269,16 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          When a date column is set <literal>NOT NULL</literal> and
+          contains <literal>0000-00-00</literal>, it will be updated for
+          UPDATE statements that contains
+          <literal><replaceable>columnname</replaceable> IS
+          NULL</literal> in the WHERE clause. (Bug #14186)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-02-22 18:05:24 UTC (rev 1425)
+++ trunk/refman-common/news-5.1.xml	2006-02-22 19:23:54 UTC (rev 1426)
@@ -176,6 +176,20 @@
         </para>
       </listitem>
 
+      <listitem>
+        <para>
+          Creator privileges are now checked for all events before
+          execution. (Bug #17289)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          CREATE/DROP/ALTER EVENT statements are not allowed in
+          triggers. (Bug #16410)
+        </para>
+      </listitem>
+
     </itemizedlist>
 
     <para>
@@ -202,6 +216,14 @@
 
       <listitem>
         <para>
+          <literal>CHECKSUM TABLE</literal> returned different values on
+          MyISAM table depending on whether the <literal>QUICK</literal>
+          or <literal>EXTENDED</literal> options were used. (Bug #8841)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Querying the <literal>INFORMATION_SCHEMA.partitions</literal>
           table on a non-max server caused a server crash. (Bug #16591)
         </para>

Thread
svn commit - mysqldoc@docsrva: r1426 - in trunk: administrator refman-commonmhillyer22 Feb