Author: paul
Date: 2006-10-12 16:07:04 +0200 (Thu, 12 Oct 2006)
New Revision: 3621
Log:
r10879@frost: paul | 2006-10-12 09:04:57 -0500
Reformat.
Modified:
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
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14474
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10878
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10841
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14474
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10879
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10841
Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml 2006-10-12 14:06:54 UTC (rev 3620)
+++ trunk/refman-4.1/data-types.xml 2006-10-12 14:07:04 UTC (rev 3621)
Changed blocks: 2, Lines Added: 14, Lines Deleted: 16; 2268 bytes
@@ -629,14 +629,13 @@
</para>
<para>
- <replaceable>M</replaceable> is the total number of
- digits and <replaceable>D</replaceable> is the number of
- digits following the decimal point. If
- <replaceable>M</replaceable> and
- <replaceable>D</replaceable> are omitted, values are stored
- to the limits allowed by the hardware. A single-precision
- floating-point number is accurate to approximately 7 decimal
- places.
+ <replaceable>M</replaceable> is the total number of digits
+ and <replaceable>D</replaceable> is the number of digits
+ following the decimal point. If <replaceable>M</replaceable>
+ and <replaceable>D</replaceable> are omitted, values are
+ stored to the limits allowed by the hardware. A
+ single-precision floating-point number is accurate to
+ approximately 7 decimal places.
</para>
<para>
@@ -700,14 +699,13 @@
</para>
<para>
- <replaceable>M</replaceable> is the total number of
- digits and <replaceable>D</replaceable> is the number of
- digits following the decimal point. If
- <replaceable>M</replaceable> and
- <replaceable>D</replaceable> are omitted, values are stored
- to the limits allowed by the hardware. A double-precision
- floating-point number is accurate to approximately 15
- decimal places.
+ <replaceable>M</replaceable> is the total number of digits
+ and <replaceable>D</replaceable> is the number of digits
+ following the decimal point. If <replaceable>M</replaceable>
+ and <replaceable>D</replaceable> are omitted, values are
+ stored to the limits allowed by the hardware. A
+ double-precision floating-point number is accurate to
+ approximately 15 decimal places.
</para>
<para>
Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml 2006-10-12 14:06:54 UTC (rev 3620)
+++ trunk/refman-5.0/data-types.xml 2006-10-12 14:07:04 UTC (rev 3621)
Changed blocks: 3, Lines Added: 18, Lines Deleted: 20; 3087 bytes
@@ -636,14 +636,13 @@
</para>
<para>
- <replaceable>M</replaceable> is the total number of
- digits and <replaceable>D</replaceable> is the number of
- digits following the decimal point. If
- <replaceable>M</replaceable> and
- <replaceable>D</replaceable> are omitted, values are stored
- to the limits allowed by the hardware. A single-precision
- floating-point number is accurate to approximately 7 decimal
- places.
+ <replaceable>M</replaceable> is the total number of digits
+ and <replaceable>D</replaceable> is the number of digits
+ following the decimal point. If <replaceable>M</replaceable>
+ and <replaceable>D</replaceable> are omitted, values are
+ stored to the limits allowed by the hardware. A
+ single-precision floating-point number is accurate to
+ approximately 7 decimal places.
</para>
<para>
@@ -707,14 +706,13 @@
</para>
<para>
- <replaceable>M</replaceable> is the total number of
- digits and <replaceable>D</replaceable> is the number of
- digits following the decimal point. If
- <replaceable>M</replaceable> and
- <replaceable>D</replaceable> are omitted, values are stored
- to the limits allowed by the hardware. A double-precision
- floating-point number is accurate to approximately 15
- decimal places.
+ <replaceable>M</replaceable> is the total number of digits
+ and <replaceable>D</replaceable> is the number of digits
+ following the decimal point. If <replaceable>M</replaceable>
+ and <replaceable>D</replaceable> are omitted, values are
+ stored to the limits allowed by the hardware. A
+ double-precision floating-point number is accurate to
+ approximately 15 decimal places.
</para>
<para>
@@ -847,10 +845,10 @@
<para>
A packed <quote>exact</quote> fixed-point number.
- <replaceable>M</replaceable> is the total number of
- digits (the precision) and <replaceable>D</replaceable> is
- the number of digits after the decimal point (the scale).
- The decimal point and (for negative numbers) the
+ <replaceable>M</replaceable> is the total number of digits
+ (the precision) and <replaceable>D</replaceable> is the
+ number of digits after the decimal point (the scale). The
+ decimal point and (for negative numbers) the
‘<literal>-</literal>’ sign are not counted in
<replaceable>M</replaceable>. If
<replaceable>D</replaceable> is 0, values have no decimal
Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml 2006-10-12 14:06:54 UTC (rev 3620)
+++ trunk/refman-5.1/data-types.xml 2006-10-12 14:07:04 UTC (rev 3621)
Changed blocks: 3, Lines Added: 18, Lines Deleted: 20; 3087 bytes
@@ -628,14 +628,13 @@
</para>
<para>
- <replaceable>M</replaceable> is the total number of
- digits and <replaceable>D</replaceable> is the number of
- digits following the decimal point. If
- <replaceable>M</replaceable> and
- <replaceable>D</replaceable> are omitted, values are stored
- to the limits allowed by the hardware. A single-precision
- floating-point number is accurate to approximately 7 decimal
- places.
+ <replaceable>M</replaceable> is the total number of digits
+ and <replaceable>D</replaceable> is the number of digits
+ following the decimal point. If <replaceable>M</replaceable>
+ and <replaceable>D</replaceable> are omitted, values are
+ stored to the limits allowed by the hardware. A
+ single-precision floating-point number is accurate to
+ approximately 7 decimal places.
</para>
<para>
@@ -699,14 +698,13 @@
</para>
<para>
- <replaceable>M</replaceable> is the total number of
- digits and <replaceable>D</replaceable> is the number of
- digits following the decimal point. If
- <replaceable>M</replaceable> and
- <replaceable>D</replaceable> are omitted, values are stored
- to the limits allowed by the hardware. A double-precision
- floating-point number is accurate to approximately 15
- decimal places.
+ <replaceable>M</replaceable> is the total number of digits
+ and <replaceable>D</replaceable> is the number of digits
+ following the decimal point. If <replaceable>M</replaceable>
+ and <replaceable>D</replaceable> are omitted, values are
+ stored to the limits allowed by the hardware. A
+ double-precision floating-point number is accurate to
+ approximately 15 decimal places.
</para>
<para>
@@ -835,10 +833,10 @@
<para>
A packed <quote>exact</quote> fixed-point number.
- <replaceable>M</replaceable> is the total number of
- digits (the precision) and <replaceable>D</replaceable> is
- the number of digits after the decimal point (the scale).
- The decimal point and (for negative numbers) the
+ <replaceable>M</replaceable> is the total number of digits
+ (the precision) and <replaceable>D</replaceable> is the
+ number of digits after the decimal point (the scale). The
+ decimal point and (for negative numbers) the
‘<literal>-</literal>’ sign are not counted in
<replaceable>M</replaceable>. If
<replaceable>D</replaceable> is 0, values have no decimal
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3621 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 12 Oct |