Author: paul
Date: 2007-07-11 05:53:26 +0200 (Wed, 11 Jul 2007)
New Revision: 7079
Log:
r22652@frost: paul | 2007-07-10 22:47:18 -0500
ASCII() works for 8-bit characters. (Not "characters with a numeric
value from 0 to 255"). (Bug#29578)
Modified:
trunk/refman-4.1/functions-core.xml
trunk/refman-5.0/functions-core.xml
trunk/refman-5.1/functions-core.xml
trunk/refman-5.2/functions-core.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27506
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22645
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:27506
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:22652
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:18941
Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml 2007-07-10 23:20:29 UTC (rev 7078)
+++ trunk/refman-4.1/functions-core.xml 2007-07-11 03:53:26 UTC (rev 7079)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 750 bytes
@@ -2012,8 +2012,7 @@
<literal>0</literal> if <replaceable>str</replaceable> is the
empty string. Returns <literal>NULL</literal> if
<replaceable>str</replaceable> is <literal>NULL</literal>.
- <literal>ASCII()</literal> works for characters with numeric
- values from <literal>0</literal> to <literal>255</literal>.
+ <literal>ASCII()</literal> works for 8-bit characters.
</para>
<remark role="help-description-end"/>
Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml 2007-07-10 23:20:29 UTC (rev 7078)
+++ trunk/refman-5.0/functions-core.xml 2007-07-11 03:53:26 UTC (rev 7079)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 750 bytes
@@ -2070,8 +2070,7 @@
<literal>0</literal> if <replaceable>str</replaceable> is the
empty string. Returns <literal>NULL</literal> if
<replaceable>str</replaceable> is <literal>NULL</literal>.
- <literal>ASCII()</literal> works for characters with numeric
- values from <literal>0</literal> to <literal>255</literal>.
+ <literal>ASCII()</literal> works for 8-bit characters.
</para>
<remark role="help-description-end"/>
Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml 2007-07-10 23:20:29 UTC (rev 7078)
+++ trunk/refman-5.1/functions-core.xml 2007-07-11 03:53:26 UTC (rev 7079)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 750 bytes
@@ -2051,8 +2051,7 @@
<literal>0</literal> if <replaceable>str</replaceable> is the
empty string. Returns <literal>NULL</literal> if
<replaceable>str</replaceable> is <literal>NULL</literal>.
- <literal>ASCII()</literal> works for characters with numeric
- values from <literal>0</literal> to <literal>255</literal>.
+ <literal>ASCII()</literal> works for 8-bit characters.
</para>
<remark role="help-description-end"/>
Modified: trunk/refman-5.2/functions-core.xml
===================================================================
--- trunk/refman-5.2/functions-core.xml 2007-07-10 23:20:29 UTC (rev 7078)
+++ trunk/refman-5.2/functions-core.xml 2007-07-11 03:53:26 UTC (rev 7079)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 750 bytes
@@ -2051,8 +2051,7 @@
<literal>0</literal> if <replaceable>str</replaceable> is the
empty string. Returns <literal>NULL</literal> if
<replaceable>str</replaceable> is <literal>NULL</literal>.
- <literal>ASCII()</literal> works for characters with numeric
- values from <literal>0</literal> to <literal>255</literal>.
+ <literal>ASCII()</literal> works for 8-bit characters.
</para>
<remark role="help-description-end"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7079 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-5.2 | paul | 11 Jul |