Author: paul
Date: 2008-05-08 19:09:44 +0200 (Thu, 08 May 2008)
New Revision: 10698
Log:
r31261@frost: paul | 2008-05-08 12:02:35 -0500
AUTO_INCREMENT allowed for floating-point types (not just integer).
Modified:
trunk/it/refman-5.1/sql-syntax.xml
trunk/pt/refman-5.1/sql-syntax.xml
trunk/refman-4.1/sql-syntax.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/sql-syntax.xml
trunk/refman-6.0/sql-syntax.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:31254
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31261
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31182
Modified: trunk/it/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/it/refman-5.1/sql-syntax.xml 2008-05-08 16:55:55 UTC (rev 10697)
+++ trunk/it/refman-5.1/sql-syntax.xml 2008-05-08 17:09:44 UTC (rev 10698)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 1434 bytes
@@ -3268,9 +3268,9 @@
<para>
Some attributes do not apply to all data types.
- <literal>AUTO_INCREMENT</literal> applies only to integer types.
- <literal>DEFAULT</literal> does not apply to the
- <literal>BLOB</literal> or <literal>TEXT</literal> types.
+ <literal>AUTO_INCREMENT</literal> applies only to integer and
+ floating-point types. <literal>DEFAULT</literal> does not apply
+ to the <literal>BLOB</literal> or <literal>TEXT</literal>
types.
</para>
<itemizedlist>
@@ -3285,9 +3285,9 @@
<listitem>
<para>
- An integer column can have the additional attribute
- <literal>AUTO_INCREMENT</literal>. When you insert a value
- of <literal>NULL</literal> (recommended) or
+ An integer or floating-point column can have the additional
+ attribute <literal>AUTO_INCREMENT</literal>. When you insert
+ a value of <literal>NULL</literal> (recommended) or
<literal>0</literal> into an indexed
<literal>AUTO_INCREMENT</literal> column, the column is set
to the next sequence value. Typically this is
Modified: trunk/pt/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/pt/refman-5.1/sql-syntax.xml 2008-05-08 16:55:55 UTC (rev 10697)
+++ trunk/pt/refman-5.1/sql-syntax.xml 2008-05-08 17:09:44 UTC (rev 10698)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 1434 bytes
@@ -3268,9 +3268,9 @@
<para>
Some attributes do not apply to all data types.
- <literal>AUTO_INCREMENT</literal> applies only to integer types.
- <literal>DEFAULT</literal> does not apply to the
- <literal>BLOB</literal> or <literal>TEXT</literal> types.
+ <literal>AUTO_INCREMENT</literal> applies only to integer and
+ floating-point types. <literal>DEFAULT</literal> does not apply
+ to the <literal>BLOB</literal> or <literal>TEXT</literal>
types.
</para>
<itemizedlist>
@@ -3285,9 +3285,9 @@
<listitem>
<para>
- An integer column can have the additional attribute
- <literal>AUTO_INCREMENT</literal>. When you insert a value
- of <literal>NULL</literal> (recommended) or
+ An integer or floating-point column can have the additional
+ attribute <literal>AUTO_INCREMENT</literal>. When you insert
+ a value of <literal>NULL</literal> (recommended) or
<literal>0</literal> into an indexed
<literal>AUTO_INCREMENT</literal> column, the column is set
to the next sequence value. Typically this is
Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml 2008-05-08 16:55:55 UTC (rev 10697)
+++ trunk/refman-4.1/sql-syntax.xml 2008-05-08 17:09:44 UTC (rev 10698)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 1425 bytes
@@ -1813,9 +1813,9 @@
<para>
Some attributes do not apply to all data types.
- <literal>AUTO_INCREMENT</literal> applies only to integer types.
- <literal>DEFAULT</literal> does not apply to the
- <literal>BLOB</literal> or <literal>TEXT</literal> types.
+ <literal>AUTO_INCREMENT</literal> applies only to integer and
+ floating-point types. <literal>DEFAULT</literal> does not apply
+ to the <literal>BLOB</literal> or <literal>TEXT</literal>
types.
</para>
<itemizedlist>
@@ -1830,9 +1830,9 @@
<listitem>
<para>
- An integer column can have the additional attribute
- <literal>AUTO_INCREMENT</literal>. When you insert a value
- of <literal>NULL</literal> (recommended) or
+ An integer or floating-point column can have the additional
+ attribute <literal>AUTO_INCREMENT</literal>. When you insert
+ a value of <literal>NULL</literal> (recommended) or
<literal>0</literal> into an indexed
<literal>AUTO_INCREMENT</literal> column, the column is set
to the next sequence value. Typically this is
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2008-05-08 16:55:55 UTC (rev 10697)
+++ trunk/refman-5.0/sql-syntax.xml 2008-05-08 17:09:44 UTC (rev 10698)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 1425 bytes
@@ -1925,9 +1925,9 @@
<para>
Some attributes do not apply to all data types.
- <literal>AUTO_INCREMENT</literal> applies only to integer types.
- <literal>DEFAULT</literal> does not apply to the
- <literal>BLOB</literal> or <literal>TEXT</literal> types.
+ <literal>AUTO_INCREMENT</literal> applies only to integer and
+ floating-point types. <literal>DEFAULT</literal> does not apply
+ to the <literal>BLOB</literal> or <literal>TEXT</literal>
types.
</para>
<itemizedlist>
@@ -1942,9 +1942,9 @@
<listitem>
<para>
- An integer column can have the additional attribute
- <literal>AUTO_INCREMENT</literal>. When you insert a value
- of <literal>NULL</literal> (recommended) or
+ An integer or floating-point column can have the additional
+ attribute <literal>AUTO_INCREMENT</literal>. When you insert
+ a value of <literal>NULL</literal> (recommended) or
<literal>0</literal> into an indexed
<literal>AUTO_INCREMENT</literal> column, the column is set
to the next sequence value. Typically this is
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2008-05-08 16:55:55 UTC (rev 10697)
+++ trunk/refman-5.1/sql-syntax.xml 2008-05-08 17:09:44 UTC (rev 10698)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 1425 bytes
@@ -3268,9 +3268,9 @@
<para>
Some attributes do not apply to all data types.
- <literal>AUTO_INCREMENT</literal> applies only to integer types.
- <literal>DEFAULT</literal> does not apply to the
- <literal>BLOB</literal> or <literal>TEXT</literal> types.
+ <literal>AUTO_INCREMENT</literal> applies only to integer and
+ floating-point types. <literal>DEFAULT</literal> does not apply
+ to the <literal>BLOB</literal> or <literal>TEXT</literal>
types.
</para>
<itemizedlist>
@@ -3285,9 +3285,9 @@
<listitem>
<para>
- An integer column can have the additional attribute
- <literal>AUTO_INCREMENT</literal>. When you insert a value
- of <literal>NULL</literal> (recommended) or
+ An integer or floating-point column can have the additional
+ attribute <literal>AUTO_INCREMENT</literal>. When you insert
+ a value of <literal>NULL</literal> (recommended) or
<literal>0</literal> into an indexed
<literal>AUTO_INCREMENT</literal> column, the column is set
to the next sequence value. Typically this is
Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml 2008-05-08 16:55:55 UTC (rev 10697)
+++ trunk/refman-6.0/sql-syntax.xml 2008-05-08 17:09:44 UTC (rev 10698)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 6; 1425 bytes
@@ -3190,9 +3190,9 @@
<para>
Some attributes do not apply to all data types.
- <literal>AUTO_INCREMENT</literal> applies only to integer types.
- <literal>DEFAULT</literal> does not apply to the
- <literal>BLOB</literal> or <literal>TEXT</literal> types.
+ <literal>AUTO_INCREMENT</literal> applies only to integer and
+ floating-point types. <literal>DEFAULT</literal> does not apply
+ to the <literal>BLOB</literal> or <literal>TEXT</literal>
types.
</para>
<itemizedlist>
@@ -3207,9 +3207,9 @@
<listitem>
<para>
- An integer column can have the additional attribute
- <literal>AUTO_INCREMENT</literal>. When you insert a value
- of <literal>NULL</literal> (recommended) or
+ An integer or floating-point column can have the additional
+ attribute <literal>AUTO_INCREMENT</literal>. When you insert
+ a value of <literal>NULL</literal> (recommended) or
<literal>0</literal> into an indexed
<literal>AUTO_INCREMENT</literal> column, the column is set
to the next sequence value. Typically this is
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10698 - in trunk: . it/refman-5.1 pt/refman-5.1 refman-4.1 refman-5.0 refman-5.1 refman-6.0 | paul | 8 May 2008 |