List:Commits« Previous MessageNext Message »
From:plavin Date:June 27 2007 1:47pm
Subject:svn commit - mysqldoc@docsrva: r6920 - in trunk: administrator refman-5.0 refman-5.1
View as plain text  
Author: plavin
Date: 2007-06-27 15:47:27 +0200 (Wed, 27 Jun 2007)
New Revision: 6920

Log:
Add bugs 27932 and 27130 to the changelogs.


Modified:
   trunk/administrator/administrator.xml
   trunk/administrator/user-administration.xml
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/administrator/administrator.xml
===================================================================
--- trunk/administrator/administrator.xml	2007-06-27 13:25:07 UTC (rev 6919)
+++ trunk/administrator/administrator.xml	2007-06-27 13:47:27 UTC (rev 6920)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 2; 629 bytes

@@ -65,8 +65,6 @@
   <xi:include href="server-connections.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
   <xi:include href="user-administration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-
-  <!--xi:include href="health.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/-->  
   
   <xi:include href="health.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 


Modified: trunk/administrator/user-administration.xml
===================================================================
--- trunk/administrator/user-administration.xml	2007-06-27 13:25:07 UTC (rev 6919)
+++ trunk/administrator/user-administration.xml	2007-06-27 13:47:27 UTC (rev 6920)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 538 bytes

@@ -581,7 +581,7 @@
       
       <listitem>
         <para>
-          <guilabel>max_user_connections</guilabel> 
+          <guilabel>max_user_connections</guilabel> &ndash;
           The number of simultaneous
           connections allowed
         </para>


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2007-06-27 13:25:07 UTC (rev 6919)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2007-06-27 13:47:27 UTC (rev 6920)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 1; 1244 bytes

@@ -90,7 +90,27 @@
       Leave any security or incompatible fixes first in the list.
     </remark>
 
-    <itemizedlist>
+    <itemizedlist>      
+      
+      <listitem>
+        <para>
+          The <literal>SUBSTRING()</literal> function returned the
+          the entire string instead of an empty string
+          when it was called from a stored procedure and when the length parameter was
+          specified by a variable with the value &lsquo;<literal>0</literal>&rsquo;.
+          (Bug #27130)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          The <literal>LOCATE()</literal> function returned NULL if any
+          of its arguments evaluated to <literal>NULL</literal>. Likewise,
+          the predicate, <literal>LOCATE(<replaceable>str</replaceable>,NULL) 
+           IS NULL</literal>, erroneously evaluated to <literal>FALSE</literal>.
+          (Bug #27932)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-06-27 13:25:07 UTC (rev 6919)
+++ trunk/refman-5.1/news-5.1.xml	2007-06-27 13:47:27 UTC (rev 6920)
Changed blocks: 1, Lines Added: 20, Lines Deleted: 0; 1121 bytes

@@ -77,6 +77,26 @@
     </remark>
 
     <itemizedlist>
+      
+      <listitem>
+        <para>
+          The <literal>SUBSTRING()</literal> function returned the
+          the entire string instead of an empty string
+          when it was called from a stored procedure and when the length parameter was
+          specified by a variable with the value &lsquo;<literal>0</literal>&rsquo;.
+          (Bug #27130)
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          The <literal>LOCATE()</literal> function returned NULL if any
+          of its arguments evaluated to <literal>NULL</literal>. Likewise,
+          the predicate, <literal>LOCATE(<replaceable>str</replaceable>,NULL) 
+            IS NULL</literal>, erroneously evaluated to <literal>FALSE</literal>.
+          (Bug #27932)
+        </para>
+      </listitem>
 
       <listitem>
         <para>


Thread
svn commit - mysqldoc@docsrva: r6920 - in trunk: administrator refman-5.0 refman-5.1plavin27 Jun