Author: paul
Date: 2008-10-29 21:26:44 +0100 (Wed, 29 Oct 2008)
New Revision: 12197
Log:
r35094@frost: paul | 2008-10-29 15:24:57 -0500
Close docs bug:
Bug#27301: space padding to display width does not occur
(display width is present in result sets, but applications might not use it)
Modified:
trunk/refman-4.1/data-types.xml
trunk/refman-5.0/data-types.xml
trunk/refman-5.1/data-types.xml
trunk/refman-6.0/data-types.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:35090
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33695
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:35094
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:33695
Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml 2008-10-29 20:10:08 UTC (rev 12196)
+++ trunk/refman-4.1/data-types.xml 2008-10-29 20:26:44 UTC (rev 12197)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 1059 bytes
@@ -2319,9 +2319,12 @@
Another extension is supported by MySQL for optionally specifying
the display width of integer data types in parentheses following
the base keyword for the type (for example,
- <literal>INT(4)</literal>). This optional display width is used to
- display integer values having a width less than the width
- specified for the column by left-padding them with spaces.
+ <literal>INT(4)</literal>). This optional display width may be
+ used by applications to display integer values having a width less
+ than the width specified for the column by left-padding them with
+ spaces. (That is, this width is present in the metadata returned
+ with result sets. Whether it is used or not is up to the
+ application.)
</para>
<para>
Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml 2008-10-29 20:10:08 UTC (rev 12196)
+++ trunk/refman-5.0/data-types.xml 2008-10-29 20:26:44 UTC (rev 12197)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 1059 bytes
@@ -2407,9 +2407,12 @@
Another extension is supported by MySQL for optionally specifying
the display width of integer data types in parentheses following
the base keyword for the type (for example,
- <literal>INT(4)</literal>). This optional display width is used to
- display integer values having a width less than the width
- specified for the column by left-padding them with spaces.
+ <literal>INT(4)</literal>). This optional display width may be
+ used by applications to display integer values having a width less
+ than the width specified for the column by left-padding them with
+ spaces. (That is, this width is present in the metadata returned
+ with result sets. Whether it is used or not is up to the
+ application.)
</para>
<para>
Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml 2008-10-29 20:10:08 UTC (rev 12196)
+++ trunk/refman-5.1/data-types.xml 2008-10-29 20:26:44 UTC (rev 12197)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 1059 bytes
@@ -2267,9 +2267,12 @@
Another extension is supported by MySQL for optionally specifying
the display width of integer data types in parentheses following
the base keyword for the type (for example,
- <literal>INT(4)</literal>). This optional display width is used to
- display integer values having a width less than the width
- specified for the column by left-padding them with spaces.
+ <literal>INT(4)</literal>). This optional display width may be
+ used by applications to display integer values having a width less
+ than the width specified for the column by left-padding them with
+ spaces. (That is, this width is present in the metadata returned
+ with result sets. Whether it is used or not is up to the
+ application.)
</para>
<para>
Modified: trunk/refman-6.0/data-types.xml
===================================================================
--- trunk/refman-6.0/data-types.xml 2008-10-29 20:10:08 UTC (rev 12196)
+++ trunk/refman-6.0/data-types.xml 2008-10-29 20:26:44 UTC (rev 12197)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 1059 bytes
@@ -2266,9 +2266,12 @@
Another extension is supported by MySQL for optionally specifying
the display width of integer data types in parentheses following
the base keyword for the type (for example,
- <literal>INT(4)</literal>). This optional display width is used to
- display integer values having a width less than the width
- specified for the column by left-padding them with spaces.
+ <literal>INT(4)</literal>). This optional display width may be
+ used by applications to display integer values having a width less
+ than the width specified for the column by left-padding them with
+ spaces. (That is, this width is present in the metadata returned
+ with result sets. Whether it is used or not is up to the
+ application.)
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r12197 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul.dubois | 29 Oct |