Author: paul
Date: 2007-06-27 19:33:29 +0200 (Wed, 27 Jun 2007)
New Revision: 6927
Log:
r22134@frost: paul | 2007-06-27 12:30:46 -0500
Document bugfix#29245.
Modified:
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:26621
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22132
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18307
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:26621
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22134
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18307
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-06-27 16:26:21 UTC (rev 6926)
+++ trunk/refman-5.1/news-5.1.xml 2007-06-27 17:33:29 UTC (rev 6927)
Changed blocks: 2, Lines Added: 19, Lines Deleted: 11; 2054 bytes
@@ -77,24 +77,25 @@
</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 ‘<literal>0</literal>’.
- (Bug #27130)
+ 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
+ ‘<literal>0</literal>’. (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)
+ 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>
@@ -489,6 +490,13 @@
<listitem>
<para>
+ Some error codes had error numbers in MySQL 5.1 different from
+ the numbers in MySQL 5.0. (Bug #29245)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
A malformed password packet in the connection protocol could
cause the server to crash. (Bug #28984)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6927 - in trunk: . refman-5.1 | paul | 27 Jun |