Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3551 05/09/13 22:56:10 stefan@stripped +4 -0
column-types.xml:
Sync with refman
SERIAL includes UNIQUE (Bug #13140)
refman-5.1/column-types.xml
1.28 05/09/13 22:49:00 stefan@stripped +1 -1
Sync with refman
refman-5.0/column-types.xml
1.28 05/09/13 22:48:56 stefan@stripped +1 -1
Sync with refman
refman-4.1/column-types.xml
1.33 05/09/13 22:48:52 stefan@stripped +1 -1
Sync with refman
refman/column-types.xml
1.35 05/09/13 22:48:24 stefan@stripped +1 -1
SERIAL includes UNIQUE (Bug #13140)
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: stefan
# Host: apollon.site
# Root: /home/stefan/bk/mysqldoc
--- 1.27/refman-5.1/column-types.xml 2005-09-12 17:18:24 +02:00
+++ 1.28/refman-5.1/column-types.xml 2005-09-13 22:49:00 +02:00
@@ -170,7 +170,7 @@
<para>
<literal>SERIAL</literal> is an alias for <literal>BIGINT
- UNSIGNED NOT NULL AUTO_INCREMENT</literal>.
+ UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE</literal>.
</para>
<para>
--- 1.32/refman-4.1/column-types.xml 2005-09-12 17:18:19 +02:00
+++ 1.33/refman-4.1/column-types.xml 2005-09-13 22:48:52 +02:00
@@ -169,7 +169,7 @@
<para>
<literal>SERIAL</literal> is an alias for <literal>BIGINT
- UNSIGNED NOT NULL AUTO_INCREMENT</literal>.
+ UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE</literal>.
</para>
<para>
--- 1.34/refman/column-types.xml 2005-09-12 17:18:27 +02:00
+++ 1.35/refman/column-types.xml 2005-09-13 22:48:24 +02:00
@@ -167,7 +167,7 @@
<para>
<literal>SERIAL</literal> is an alias for <literal>BIGINT
- UNSIGNED NOT NULL AUTO_INCREMENT</literal>.
+ UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE</literal>.
</para>
<para>
--- 1.27/refman-5.0/column-types.xml 2005-09-12 17:18:20 +02:00
+++ 1.28/refman-5.0/column-types.xml 2005-09-13 22:48:56 +02:00
@@ -170,7 +170,7 @@
<para>
<literal>SERIAL</literal> is an alias for <literal>BIGINT
- UNSIGNED NOT NULL AUTO_INCREMENT</literal>.
+ UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE</literal>.
</para>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (stefan:1.3551) | stefan | 13 Sep |