Author: paul
Date: 2007-04-10 18:46:09 +0200 (Tue, 10 Apr 2007)
New Revision: 5805
Log:
r23078@polar: paul | 2007-04-10 11:15:54 -0500
Document bugfix#10963
Modified:
trunk/refman-4.1/functions-core.xml
trunk/refman-5.0/functions-core.xml
trunk/refman-5.0/releasenotes-cs-5.0.xml
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/functions-core.xml
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:23077
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18854
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:23078
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18854
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml 2007-04-10 16:45:53 UTC (rev 5804)
+++ trunk/refman-4.1/functions-core.xml 2007-04-10 16:46:09 UTC (rev 5805)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 489 bytes
@@ -1970,6 +1970,11 @@
is numbered 1.
</para>
+ <para>
+ For functions that take length arguments, non-integer arguments
+ are rounded to the nearest integer.
+ </para>
+
<itemizedlist>
<listitem>
Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml 2007-04-10 16:45:53 UTC (rev 5804)
+++ trunk/refman-5.0/functions-core.xml 2007-04-10 16:46:09 UTC (rev 5805)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 489 bytes
@@ -2029,6 +2029,11 @@
is numbered 1.
</para>
+ <para>
+ For functions that take length arguments, non-integer arguments
+ are rounded to the nearest integer.
+ </para>
+
<itemizedlist>
<listitem>
Modified: trunk/refman-5.0/releasenotes-cs-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-cs-5.0.xml 2007-04-10 16:45:53 UTC (rev 5804)
+++ trunk/refman-5.0/releasenotes-cs-5.0.xml 2007-04-10 16:46:09 UTC (rev 5805)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 679 bytes
@@ -2299,6 +2299,13 @@
<listitem>
<para>
+ Several string functions could return incorrect results when
+ given very large length arguments. (Bug #10963)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Certain malformed <literal>INSERT</literal> statements could
crash the <command>mysql</command> client. (Bug #21142)
</para>
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-10 16:45:53 UTC (rev 5804)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-10 16:46:09 UTC (rev 5805)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 679 bytes
@@ -3594,6 +3594,13 @@
<listitem>
<para>
+ Several string functions could return incorrect results when
+ given very large length arguments. (Bug #10963)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Certain malformed <literal>INSERT</literal> statements could
crash the <command>mysql</command> client. (Bug #21142)
</para>
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2007-04-10 16:45:53 UTC (rev 5804)
+++ trunk/refman-5.1/functions-core.xml 2007-04-10 16:46:09 UTC (rev 5805)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 1; 633 bytes
@@ -103,7 +103,6 @@
-> 2
</programlisting>
-
<section id="func-op-summary-ref">
<title>Operator and Function Reference</title>
@@ -2010,6 +2009,11 @@
is numbered 1.
</para>
+ <para>
+ For functions that take length arguments, non-integer arguments
+ are rounded to the nearest integer.
+ </para>
+
<itemizedlist>
<listitem>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-04-10 16:45:53 UTC (rev 5804)
+++ trunk/refman-5.1/news-5.1.xml 2007-04-10 16:46:09 UTC (rev 5805)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 706 bytes
@@ -5564,6 +5564,13 @@
<listitem>
<para>
+ Several string functions could return incorrect results when
+ given very large length arguments. (Bug #10963)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
If an <literal>init_connect</literal> SQL statement produced
an error, the connection was silently terminated with no error
message. Now the server writes a warning to the error log.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5805 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 10 Apr |