Author: paul
Date: 2006-03-16 01:01:14 +0100 (Thu, 16 Mar 2006)
New Revision: 1596
Log:
r8712@frost: paul | 2006-03-15 17:43:57 -0600
Fix reversed values. (Bug #17663)
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:8711
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3931
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8712
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3931
Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml 2006-03-16 00:00:45 UTC (rev 1595)
+++ trunk/refman-4.1/data-types.xml 2006-03-16 00:01:14 UTC (rev 1596)
@@ -2295,7 +2295,7 @@
column, MySQL stores the value representing the corresponding
endpoint of the column data type range. If you store 256 into a
<literal>TINYINT</literal> or <literal>TINYINT UNSIGNED</literal>
- column, MySQL stores 255 or 127, respectively. When a
+ column, MySQL stores 127 or 255, respectively. When a
floating-point or fixed-point column is assigned a value that
exceeds the range implied by the specified (or default) precision
and scale, MySQL stores the value representing the corresponding
Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml 2006-03-16 00:00:45 UTC (rev 1595)
+++ trunk/refman-5.0/data-types.xml 2006-03-16 00:01:14 UTC (rev 1596)
@@ -2394,7 +2394,7 @@
integer column, MySQL stores the value representing the
corresponding endpoint of the column data type range. If you store
256 into a <literal>TINYINT</literal> or <literal>TINYINT
- UNSIGNED</literal> column, MySQL stores 255 or 127, respectively.
+ UNSIGNED</literal> column, MySQL stores 127 or 255, respectively.
When a floating-point or fixed-point column is assigned a value
that exceeds the range implied by the specified (or default)
precision and scale, MySQL stores the value representing the
Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml 2006-03-16 00:00:45 UTC (rev 1595)
+++ trunk/refman-5.1/data-types.xml 2006-03-16 00:01:14 UTC (rev 1596)
@@ -2245,7 +2245,7 @@
integer column, MySQL stores the value representing the
corresponding endpoint of the column data type range. If you store
256 into a <literal>TINYINT</literal> or <literal>TINYINT
- UNSIGNED</literal> column, MySQL stores 255 or 127, respectively.
+ UNSIGNED</literal> column, MySQL stores 127 or 255, respectively.
When a floating-point or fixed-point column is assigned a value
that exceeds the range implied by the specified (or default)
precision and scale, MySQL stores the value representing the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1596 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 16 Mar |