Author: paul
Date: 2010-11-19 17:30:55 +0100 (Fri, 19 Nov 2010)
New Revision: 23859
Log:
r65775@frost: paul | 2010-11-19 10:20:43 -0500
Fix docs bug:
- Bug#58281: The documentation for 'INET_NTOA(expr)' is incorrect
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-4.1/functions-core.xml
trunk/refman-5.0/functions-core.xml
trunk/refman-5.1/functions-core.xml
trunk/refman-5.5/functions-core.xml
trunk/refman-6.0/functions-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44437
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65768
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
+ 07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/mysqldoc/trunk:35498
07c7e7b4-24e3-4b51-89d0-6dc09fec6bec:/mysqldoc-local/trunk:44437
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:43968
4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/trunk:44480
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:65775
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:39036
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/trunk:39546
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-11-19 15:45:33 UTC (rev 23858)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-11-19 16:30:55 UTC (rev 23859)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 0; 636 bytes
@@ -24832,6 +24832,13 @@
</itemizedlist>
+ <para>
+ The <literal role="func">INET_NTOA()</literal> return value
+ contains only ASCII characters, and this function now returns a
+ character string with the connection character set and collation
+ rather than a binary string.
+ </para>
+
</message>
</logentry>
Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml 2010-11-19 15:45:33 UTC (rev 23858)
+++ trunk/refman-4.1/functions-core.xml 2010-11-19 16:30:55 UTC (rev 23859)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 559 bytes
@@ -16363,7 +16363,7 @@
<para>
Given a numeric network address in network byte order (4 or 8
byte), returns the dotted-quad representation of the address
- as a string.
+ as a binary string.
</para>
<remark role="help-description-end"/>
Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml 2010-11-19 15:45:33 UTC (rev 23858)
+++ trunk/refman-5.0/functions-core.xml 2010-11-19 16:30:55 UTC (rev 23859)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 559 bytes
@@ -16835,7 +16835,7 @@
<para>
Given a numeric network address in network byte order (4 or 8
byte), returns the dotted-quad representation of the address
- as a string.
+ as a binary string.
</para>
<remark role="help-description-end"/>
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2010-11-19 15:45:33 UTC (rev 23858)
+++ trunk/refman-5.1/functions-core.xml 2010-11-19 16:30:55 UTC (rev 23859)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 559 bytes
@@ -18248,7 +18248,7 @@
<para>
Given a numeric network address in network byte order (4 or 8
byte), returns the dotted-quad representation of the address
- as a string.
+ as a binary string.
</para>
<remark role="help-description-end"/>
Modified: trunk/refman-5.5/functions-core.xml
===================================================================
--- trunk/refman-5.5/functions-core.xml 2010-11-19 15:45:33 UTC (rev 23858)
+++ trunk/refman-5.5/functions-core.xml 2010-11-19 16:30:55 UTC (rev 23859)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 615 bytes
@@ -18560,6 +18560,12 @@
as a string.
</para>
+ <para>
+ As of MySQL 5.5.3, the return value is a nonbinary string in
+ the connection character set. Before 5.5.3, the return value
+ is a binary string.
+ </para>
+
<remark role="help-description-end"/>
<remark role="help-example"/>
Modified: trunk/refman-6.0/functions-core.xml
===================================================================
--- trunk/refman-6.0/functions-core.xml 2010-11-19 15:45:33 UTC (rev 23858)
+++ trunk/refman-6.0/functions-core.xml 2010-11-19 16:30:55 UTC (rev 23859)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 617 bytes
@@ -18851,6 +18851,12 @@
as a string.
</para>
+ <para>
+ As of MySQL 6.0.14, the return value is a nonbinary string in
+ the connection character set. Before 6.0.14, the return value
+ is a binary string.
+ </para>
+
<remark role="help-description-end"/>
<remark role="help-example"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23859 - in trunk: . dynamic-docs/changelog refman-4.1 refman-5.0 refman-5.1 refman-5.5 refman-6.0 | paul.dubois | 19 Nov |