Author: paul
Date: 2006-01-18 20:45:23 +0100 (Wed, 18 Jan 2006)
New Revision: 906
Log:
r2306@kite-hub: paul | 2006-01-18 13:44:47 -0600
Attempt to kill the "why doesn't this section say anything
about storage requirements?" FAQ.
Modified:
trunk/
trunk/refman-4.1/data-types.xml
trunk/refman-5.0/data-types.xml
trunk/refman-5.1/data-types.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:2298
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6354
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2306
Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml 2006-01-18 19:32:04 UTC (rev 905)
+++ trunk/refman-4.1/data-types.xml 2006-01-18 19:45:23 UTC (rev 906)
@@ -1860,7 +1860,8 @@
<literal>DOUBLE PRECISION</literal>). The keyword
<literal>INT</literal> is a synonym for
<literal>INTEGER</literal>, and the keyword <literal>DEC</literal>
- is a synonym for <literal>DECIMAL</literal>.
+ is a synonym for <literal>DECIMAL</literal>. For numeric type
+ storage requirements, see <xref linkend="storage-requirements"/>.
</para>
<para>
@@ -2226,7 +2227,8 @@
values, as well as a <quote>zero</quote> value that is used when
you specify an illegal value that MySQL cannot represent. The
<literal>TIMESTAMP</literal> type has special automatic updating
- behavior, described later on.
+ behavior, described later on. For temporary type storage
+ requirements, see <xref linkend="storage-requirements"/>.
</para>
<para>
@@ -3766,7 +3768,8 @@
<literal>VARBINARY</literal>, <literal>BLOB</literal>,
<literal>TEXT</literal>, <literal>ENUM</literal>, and
<literal>SET</literal>. This section describes how these types
- work and how to use them in your queries.
+ work and how to use them in your queries. For string type storage
+ requirements, see <xref linkend="storage-requirements"/>.
</para>
<section id="char">
Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml 2006-01-18 19:32:04 UTC (rev 905)
+++ trunk/refman-5.0/data-types.xml 2006-01-18 19:45:23 UTC (rev 906)
@@ -1868,7 +1868,8 @@
<literal>DOUBLE PRECISION</literal>). The keyword
<literal>INT</literal> is a synonym for
<literal>INTEGER</literal>, and the keyword <literal>DEC</literal>
- is a synonym for <literal>DECIMAL</literal>.
+ is a synonym for <literal>DECIMAL</literal>. For numeric type
+ storage requirements, see <xref linkend="storage-requirements"/>.
</para>
<para>
@@ -2246,11 +2247,6 @@
<title>&title-date-and-time-types;</title>
- <remark role="todo">
- this doesn't have any storage size table, unlike the numeric and
- string types sections.
- </remark>
-
<indexterm>
<primary>types</primary>
<secondary>Date and Time</secondary>
@@ -2268,7 +2264,8 @@
values, as well as a <quote>zero</quote> value that may be used
when you specify an illegal value that MySQL cannot represent. The
<literal>TIMESTAMP</literal> type has special automatic updating
- behavior, described later on.
+ behavior, described later on. For temporary type storage
+ requirements, see <xref linkend="storage-requirements"/>.
</para>
<para>
@@ -3482,7 +3479,8 @@
<literal>VARBINARY</literal>, <literal>BLOB</literal>,
<literal>TEXT</literal>, <literal>ENUM</literal>, and
<literal>SET</literal>. This section describes how these types
- work and how to use them in your queries.
+ work and how to use them in your queries. For string type storage
+ requirements, see <xref linkend="storage-requirements"/>.
</para>
<section id="char">
Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml 2006-01-18 19:32:04 UTC (rev 905)
+++ trunk/refman-5.1/data-types.xml 2006-01-18 19:45:23 UTC (rev 906)
@@ -1796,7 +1796,8 @@
<literal>DOUBLE PRECISION</literal>). The keyword
<literal>INT</literal> is a synonym for
<literal>INTEGER</literal>, and the keyword <literal>DEC</literal>
- is a synonym for <literal>DECIMAL</literal>.
+ is a synonym for <literal>DECIMAL</literal>. For numeric type
+ storage requirements, see <xref linkend="storage-requirements"/>.
</para>
<para>
@@ -2155,11 +2156,6 @@
<title>&title-date-and-time-types;</title>
- <remark role="todo">
- this doesn't have any storage size table, unlike the numeric and
- string types sections.
- </remark>
-
<indexterm>
<primary>types</primary>
<secondary>Date and Time</secondary>
@@ -2177,7 +2173,8 @@
values, as well as a <quote>zero</quote> value that may be used
when you specify an illegal value that MySQL cannot represent. The
<literal>TIMESTAMP</literal> type has special automatic updating
- behavior, described later on.
+ behavior, described later on. For temporary type storage
+ requirements, see <xref linkend="storage-requirements"/>.
</para>
<para>
@@ -3378,7 +3375,8 @@
<literal>VARBINARY</literal>, <literal>BLOB</literal>,
<literal>TEXT</literal>, <literal>ENUM</literal>, and
<literal>SET</literal>. This section describes how these types
- work and how to use them in your queries.
+ work and how to use them in your queries. For string type storage
+ requirements, see <xref linkend="storage-requirements"/>.
</para>
<section id="char">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r906 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 18 Jan |