List:Internals« Previous MessageNext Message »
From:paul Date:November 24 2005 12:35am
Subject:svn commit - mysqldoc@docsrva: r407 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2005-11-24 01:35:26 +0100 (Thu, 24 Nov 2005)
New Revision: 407

Log:
 r4059@frost:  paul | 2005-11-23 18:34:27 -0600
 Document bugfixes:
 Bug#13377
 Bug#13524
 Bug#13724
 Bug#14816


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


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4035
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1224
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4059
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1221

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2005-11-23 21:01:01 UTC (rev 406)
+++ trunk/refman-common/news-5.0.xml	2005-11-24 00:35:26 UTC (rev 407)
@@ -192,7 +192,7 @@
           <literal>INFORMATION_SCHEMA.TRIGGERS</literal> table.
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Invoking a stored function or trigger creates a new savepoint
@@ -209,37 +209,58 @@
     </para>
 
     <itemizedlist>
-      
+
       <listitem>
         <para>
+          Selecting from a view used <literal>filesort</literal>
+          retrieval when faster retrieval was possible. (Bug #14816)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          Warnings from a previous command were not being reset when
+          fetching from a cursor. (Bug #13524)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <literal>RESET MASTER</literal> failed to delete log files on
+          Windows. (Bug #13377)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           Using <literal>ORDER BY</literal> on a column from a view,
           when also selecting the column normally, and via an alias,
           caused a mistaken <literal>Column 'x' in order clause is
-            ambiguous</literal> error. (Bug #14662) 
+          ambiguous</literal> error. (Bug #14662)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Invoking a stored procedure within another stored procedure
           caused the server to crash. (Bug #13549)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Stored functions making use of cursors were not replicated.
           (Bug #)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           When casting a hexadecimal value to binary, the result was not
           correctly padded. (Bug #14255)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           Casting a <literal>FLOAT</literal> or
@@ -248,11 +269,11 @@
           yield an inappropriate value. (Bug #14268)
         </para>
       </listitem>
-      
+
       <listitem>
         <para>
           In some cases, a left outer join could yield an invalid result
-          or cause the server to crash, due to a 
+          or cause the server to crash, due to a
           <literal>MYSQL_DATA_TRUNCATED</literal> error. (Bug #13488)
         </para>
       </listitem>
@@ -539,6 +560,14 @@
 
       <listitem>
         <para>
+          <literal>SHOW CREATE TABLE</literal> did not display the
+          <literal>CONNECTION</literal> string for
+          <literal>FEDERATED</literal> tables. (Bug #13724)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
           For some stored functions dumped by <command>mysqldump
           --routines</command>, the function definition could not be
           reloaded later due to a parsing error. (Bug #14723)
@@ -999,13 +1028,6 @@
 
       <listitem>
         <para>
-          <literal>RESET MASTER</literal> failed to delete log files on
-          Windows. (Bug #13377)
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           Where one stored procedure called another stored procedure: If
           the second stored procedure generated an exception, the
           exception was not caught by the calling stored procedure. For

Thread
svn commit - mysqldoc@docsrva: r407 - in trunk: . refman-commonpaul24 Nov