Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.3256 05/08/13 10:41:25 paul@stripped +4 -0
Need commas between multiple ALTER TABLE clauses.
refman/sql-syntax.xml
1.40 05/08/13 10:41:22 paul@stripped +4 -4
Need commas between multiple ALTER TABLE clauses.
refman-5.1/sql-syntax.xml
1.11 05/08/13 10:41:22 paul@stripped +4 -4
Sync.
refman-5.0/sql-syntax.xml
1.13 05/08/13 10:41:22 paul@stripped +4 -4
Sync.
refman-4.1/sql-syntax.xml
1.35 05/08/13 10:41:22 paul@stripped +4 -4
Sync.
# 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: paul
# Host: frost.snake.net
# Root: /Volumes/frost2/MySQL/bk/mysqldoc
--- 1.10/refman-5.1/sql-syntax.xml 2005-08-13 10:39:29 -05:00
+++ 1.11/refman-5.1/sql-syntax.xml 2005-08-13 10:41:22 -05:00
@@ -247,10 +247,10 @@
You can issue multiple <literal>ADD</literal>,
<literal>ALTER</literal>, <literal>DROP</literal>, and
<literal>CHANGE</literal> clauses in a single <literal>ALTER
- TABLE</literal> statement. This is a MySQL extension to
- standard SQL, which allows only one of each clause per
- <literal>ALTER TABLE</literal> statement. For example, to
- drop multiple columns in a single statement:
+ TABLE</literal> statement, separated by commas. This is a
+ MySQL extension to standard SQL, which allows only one of
+ each clause per <literal>ALTER TABLE</literal> statement.
+ For example, to drop multiple columns in a single statement:
</para>
<programlisting>
--- 1.34/refman-4.1/sql-syntax.xml 2005-08-13 10:39:29 -05:00
+++ 1.35/refman-4.1/sql-syntax.xml 2005-08-13 10:41:22 -05:00
@@ -239,10 +239,10 @@
You can issue multiple <literal>ADD</literal>,
<literal>ALTER</literal>, <literal>DROP</literal>, and
<literal>CHANGE</literal> clauses in a single <literal>ALTER
- TABLE</literal> statement. This is a MySQL extension to
- standard SQL, which allows only one of each clause per
- <literal>ALTER TABLE</literal> statement. For example, to
- drop multiple columns in a single statement:
+ TABLE</literal> statement, separated by commas. This is a
+ MySQL extension to standard SQL, which allows only one of
+ each clause per <literal>ALTER TABLE</literal> statement.
+ For example, to drop multiple columns in a single statement:
</para>
<programlisting>
--- 1.39/refman/sql-syntax.xml 2005-08-13 10:39:29 -05:00
+++ 1.40/refman/sql-syntax.xml 2005-08-13 10:41:22 -05:00
@@ -253,10 +253,10 @@
You can issue multiple <literal>ADD</literal>,
<literal>ALTER</literal>, <literal>DROP</literal>, and
<literal>CHANGE</literal> clauses in a single <literal>ALTER
- TABLE</literal> statement. This is a MySQL extension to
- standard SQL, which allows only one of each clause per
- <literal>ALTER TABLE</literal> statement. For example, to
- drop multiple columns in a single statement:
+ TABLE</literal> statement, separated by commas. This is a
+ MySQL extension to standard SQL, which allows only one of
+ each clause per <literal>ALTER TABLE</literal> statement.
+ For example, to drop multiple columns in a single statement:
</para>
<programlisting>
--- 1.12/refman-5.0/sql-syntax.xml 2005-08-13 10:39:29 -05:00
+++ 1.13/refman-5.0/sql-syntax.xml 2005-08-13 10:41:22 -05:00
@@ -247,10 +247,10 @@
You can issue multiple <literal>ADD</literal>,
<literal>ALTER</literal>, <literal>DROP</literal>, and
<literal>CHANGE</literal> clauses in a single <literal>ALTER
- TABLE</literal> statement. This is a MySQL extension to
- standard SQL, which allows only one of each clause per
- <literal>ALTER TABLE</literal> statement. For example, to
- drop multiple columns in a single statement:
+ TABLE</literal> statement, separated by commas. This is a
+ MySQL extension to standard SQL, which allows only one of
+ each clause per <literal>ALTER TABLE</literal> statement.
+ For example, to drop multiple columns in a single statement:
</para>
<programlisting>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3256) | paul | 13 Aug |