List:Commits« Previous MessageNext Message »
From:jon Date:March 9 2007 5:19am
Subject:svn commit - mysqldoc@docsrva: r5262 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2007-03-09 06:19:30 +0100 (Fri, 09 Mar 2007)
New Revision: 5262

Log:

Documenting various Server bugfixes.

  XML/XPath: Bug #24747
  Triggers: Bug #21825
  Views: Bug #25897
  Installing: Bug #25075, Bug #23669, Bug #20166
  Parser: Bug #24392



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


Modified: trunk/refman-4.1/news-4.1.xml
===================================================================
--- trunk/refman-4.1/news-4.1.xml	2007-03-09 03:45:35 UTC (rev 5261)
+++ trunk/refman-4.1/news-4.1.xml	2007-03-09 05:19:30 UTC (rev 5262)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 549 bytes

@@ -257,6 +257,13 @@
           #24660)
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          The creation of MySQL system tables was not checked for by
+          <command>mysql-test-run</command>. (Bug #20166)  
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-09 03:45:35 UTC (rev 5261)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-03-09 05:19:30 UTC (rev 5262)
Changed blocks: 1, Lines Added: 36, Lines Deleted: 0; 1846 bytes

@@ -142,6 +142,42 @@
       
       <listitem>
         <para>
+          MySQL would not compile when configured using
+          <option>--without-query-cache</option>. (Bug #25075)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          When using certain server SQL modes, the
+          <literal>mysql.proc</literal> table was not created by
+          <command>mysql_install_db</command>. In addition, the creation
+          of this and other MySQL system tables was not checked
+          for by <command>mysql-test-run</command>. (Bug #23669, Bug #20166) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>VIEW</literal> restrictions were applied to
+          <literal>SELECT</literal> statements after a <literal>CREATE
+          VIEW</literal> statement failed, as though the <literal>CREATE</literal> had
+          succeeded. (Bug #25897)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          An <literal>INSERT</literal> trigger invoking a stored routine
+          that inserted into a table other than the one on which the
+          trigger was defined would fail with a <errortext>Table '...'
+            doesn't exist</errortext> referring to the second table when
+          attempting to delete records from the first table. (Bug #21825)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           A stored procedure that made use of cursors failed when the
           procedure was invoked from a stored function. (Bug #15345)
         </para>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-03-09 03:45:35 UTC (rev 5261)
+++ trunk/refman-5.1/news-5.1.xml	2007-03-09 05:19:30 UTC (rev 5262)
Changed blocks: 1, Lines Added: 56, Lines Deleted: 0; 2373 bytes

@@ -134,6 +134,62 @@
       
       <listitem>
         <para>
+          <literal>SHOW ENGINE MUTEX STATUS</literal> failed to produce
+          an <errortext>Unknown table engine</errortext> error. (Bug
+          #24392)
+        </para>
+        
+        <para>
+          See <xref linkend="show-engine"/>.
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          MySQL would not compile when configured using
+          <option>--without-query-cache</option>. (Bug #25075)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          When using certain server SQL modes, the
+          <literal>mysql.proc</literal> table was not created by
+          <command>mysql_install_db</command>. In addition, the creation
+          of this and other MySQL system tables was not checked
+          for by <command>mysql-test-run</command>. (Bug #23669, Bug #20166) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          It was not possible to use XPath keywords as tag names for
+          expressions used in the <literal>ExtractValue()</literal>
+          function. (Bug #24747)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          <literal>VIEW</literal> restrictions were applied to
+          <literal>SELECT</literal> statements after a <literal>CREATE
+            VIEW</literal> statement failed, as though the <literal>CREATE</literal> had
+          succeeded. (Bug #25897)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          An <literal>INSERT</literal> trigger invoking a stored routine
+          that inserted into a table other than the one on which the
+          trigger was defined would fail with a <errortext>Table '...'
+          doesn't exist</errortext> referring to the second table when
+          attempting to delete records from the first table. (Bug #21825)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
           A stored procedure that made use of cursors failed when the
           procedure was invoked from a stored function. (Bug #15345)
         </para>


Thread
svn commit - mysqldoc@docsrva: r5262 - in trunk: refman-4.1 refman-5.0 refman-5.1jon9 Mar