List:Commits« Previous MessageNext Message »
From:jon Date:April 6 2006 1:45pm
Subject:svn commit - mysqldoc@docsrva: r1741 - trunk/refman-common
View as plain text  
Author: jstephens
Date: 2006-04-06 15:45:55 +0200 (Thu, 06 Apr 2006)
New Revision: 1741

Log:

Documenting a few misc. bugfixes (we were up to nearly 40 in Documenting 
status):

  Bug #14767, Bug #15560, Bug #16710, Bug #17861, Bug #18322



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

Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml	2006-04-06 12:54:56 UTC (rev 1740)
+++ trunk/refman-common/news-4.1.xml	2006-04-06 13:45:55 UTC (rev 1741)
@@ -190,6 +190,27 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          The <literal>-lmtmalloc</literal> library was removed from the
+          output of <command>mysql_config</command> on Solaris, as it
+          caused problems when building <literal>DBD::mysql</literal>
+          (and possibly other applications) on that platform that tried
+          to use <command>dlopen()</command> to access the client
+          library. (Bug #18322) 
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          When running a query that contained a <literal>GROUP_CONCAT(
+            SELECT GROUP_CONCAT(...) )</literal>, the result was
+          <literal>NULL</literal> except in the
+          <literal>ROLLUP</literal> part of the result, if there was
+          one. (Bug #15560) 
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml	2006-04-06 12:54:56 UTC (rev 1740)
+++ trunk/refman-common/news-5.0.xml	2006-04-06 13:45:55 UTC (rev 1741)
@@ -211,6 +211,26 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          Queries of the form <literal>SELECT DISTINCT
+            <replaceable>timestamp_column</replaceable> WHERE
+            <replaceable>date_function</replaceable>(<replaceable>timestamp_col</replaceable>)
+            = <replaceable>constant</replaceable></literal> did not
+          return all matching rows. (Bug #16710)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          When running a query that contained a <literal>GROUP_CONCAT(
+            SELECT GROUP_CONCAT(...) )</literal>, the result was
+          <literal>NULL</literal> except in the
+          <literal>ROLLUP</literal> part of the result, if there was
+          one. (Bug #15560) 
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-04-06 12:54:56 UTC (rev 1740)
+++ trunk/refman-common/news-5.1.xml	2006-04-06 13:45:55 UTC (rev 1741)
@@ -150,6 +150,16 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          <command>mysqld_safe</command> no longer checks for a
+          <command>mysqld-max</command> binary. Instead,
+          <command>mysqld_safe</command> nows checks only for the
+          standard <command>mysqld</command> server unless another
+          server binary is specified explicitly. (Bug #17861)  
+        </para>
+      </listitem>
 
       <listitem>
         <para>
@@ -738,6 +748,15 @@
     </para>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          Execution of a stored function or trigger which inserted data
+          into a table while running concurrent selects on the same
+          table could result in storing incorrect data in the query
+          cache. (Bug #14767)
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1741 - trunk/refman-commonjon6 Apr