Author: paul
Date: 2006-01-18 22:11:29 +0100 (Wed, 18 Jan 2006)
New Revision: 907
Log:
r2308@kite-hub: paul | 2006-01-18 14:03:38 -0600
CHAR BYTE turns into BINARY, not CHAR BINARY.
Modified:
trunk/
trunk/refman-4.1/data-types.xml
trunk/refman-5.0/data-types.xml
trunk/refman-5.1/data-types.xml
trunk/refman-common/news-4.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6354
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2306
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6354
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2308
Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml 2006-01-18 19:45:23 UTC (rev 906)
+++ trunk/refman-4.1/data-types.xml 2006-01-18 21:11:29 UTC (rev 907)
@@ -1331,9 +1331,9 @@
<remark role="help-description-begin"/>
<para>
- From MySQL 4.1.0 on, the data type <literal>CHAR
- BYTE</literal> is an alias for <literal>CHAR
- BINARY</literal>. This is a compatibility feature.
+ From MySQL 4.1.2 on, the <literal>CHAR BYTE</literal> data
+ type is an alias for the <literal>BINARY</literal> type.
+ This is a compatibility feature.
</para>
<remark role="help-description-end"/>
@@ -3971,8 +3971,8 @@
</para>
<para>
- From MySQL 4.1.0 on, data type <literal>CHAR BYTE</literal> is
- an alias for <literal>CHAR BINARY</literal>. This is a
+ From MySQL 4.1.2 on, the <literal>CHAR BYTE</literal> data type
+ is an alias for the <literal>BINARY</literal> type. This is a
compatibility feature.
</para>
Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml 2006-01-18 19:45:23 UTC (rev 906)
+++ trunk/refman-5.0/data-types.xml 2006-01-18 21:11:29 UTC (rev 907)
@@ -1344,8 +1344,8 @@
<remark role="help-description-begin"/>
<para>
- The data type <literal>CHAR BYTE</literal> is an alias for
- <literal>CHAR BINARY</literal>. This is a compatibility
+ The <literal>CHAR BYTE</literal> data type is an alias for
+ the <literal>BINARY</literal> type. This is a compatibility
feature.
</para>
@@ -3714,8 +3714,8 @@
</para>
<para>
- <literal>CHAR BYTE</literal> is an alias for <literal>CHAR
- BINARY</literal>. This is a compatibility feature.
+ The <literal>CHAR BYTE</literal> data type is an alias for the
+ <literal>BINARY</literal> type. This is a compatibility feature.
</para>
<para>
Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml 2006-01-18 19:45:23 UTC (rev 906)
+++ trunk/refman-5.1/data-types.xml 2006-01-18 21:11:29 UTC (rev 907)
@@ -1287,8 +1287,8 @@
<remark role="help-description-begin"/>
<para>
- The data type <literal>CHAR BYTE</literal> is an alias for
- <literal>CHAR BINARY</literal>. This is a compatibility
+ The <literal>CHAR BYTE</literal> data type is an alias for
+ the <literal>BINARY</literal> type. This is a compatibility
feature.
</para>
@@ -3592,8 +3592,8 @@
</para>
<para>
- <literal>CHAR BYTE</literal> is an alias for <literal>CHAR
- BINARY</literal>. This is a compatibility feature.
+ The <literal>CHAR BYTE</literal> data type is an alias for the
+ <literal>BINARY</literal> type. This is a compatibility feature.
</para>
<para>
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-01-18 19:45:23 UTC (rev 906)
+++ trunk/refman-common/news-4.1.xml 2006-01-18 21:11:29 UTC (rev 907)
@@ -8094,6 +8094,14 @@
<listitem>
<para>
+ <literal>CHAR BYTE</literal> is an alias for the
+ <literal>BINARY</literal> data type. (Previously, it was an
+ alias for <literal>CHAR BINARY</literal>.)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<emphasis role="bold">Warning: Incompatible change:</emphasis>
Handling of the <literal>FLOAT</literal> and
<literal>DOUBLE</literal> floating-point data types is more
@@ -10802,8 +10810,8 @@
<listitem>
<para>
- <literal>CHAR BYTE</literal> is an alias for <literal>CHAR
- BINARY</literal>.
+ <literal>CHAR BYTE</literal> is an alias for the <literal>CHAR
+ BINARY</literal> data type.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r907 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 18 Jan |