List:Commits« Previous MessageNext Message »
From:paul Date:March 2 2006 3:21pm
Subject:svn commit - mysqldoc@docsrva: r1491 - in trunk: . refman-common
View as plain text  
Author: paul
Date: 2006-03-02 16:21:21 +0100 (Thu, 02 Mar 2006)
New Revision: 1491

Log:
 r8307@frost:  paul | 2006-03-02 09:20:45 -0600
 Document bugfixes;
 Bug#16175
 Bug#17523


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:8292
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3623
   + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8307
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 14:07:28 UTC (rev 1490)
+++ trunk/refman-common/news-5.0.xml	2006-03-02 15:21:21 UTC (rev 1491)
@@ -354,6 +354,20 @@
 
       <listitem>
         <para>
+          A natural join between <literal>INFORMATION_SCHEMA</literal>
+          tables failed. (Bug #17523)
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          A memory leak caused warnings on slaves for certain statements
+          that executed without warning on the master. (Bug #16175)
+        </para>
+      </listitem>
+
+      <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)

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-02 14:07:28 UTC (rev 1490)
+++ trunk/refman-common/news-5.1.xml	2006-03-02 15:21:21 UTC (rev 1491)
@@ -217,6 +217,13 @@
     </para>
 
     <itemizedlist>
+
+      <listitem>
+        <para>
+          A memory leak caused warnings on slaves for certain statements
+          that executed without warning on the master. (Bug #16175)
+        </para>
+      </listitem>
       
       <listitem>
         <para>

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