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.3124 05/07/28 12:31:09 stefan@stripped +3 -0
sql-syntax.xml:
Sync with refman
Positive integers don't necessarily include zero.
refman-5.0/sql-syntax.xml
1.27 05/07/28 12:31:01 stefan@stripped +2 -1
Sync with refman
refman-4.1/sql-syntax.xml
1.20 05/07/28 12:30:58 stefan@stripped +2 -1
Sync with refman
refman/sql-syntax.xml
1.22 05/07/28 12:30:35 stefan@stripped +2 -1
Positive integers don't necessarily include zero.
# 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.19/refman-4.1/sql-syntax.xml 2005-07-28 00:53:31 +02:00
+++ 1.20/refman-4.1/sql-syntax.xml 2005-07-28 12:30:58 +02:00
@@ -6419,7 +6419,8 @@
The <literal>LIMIT</literal> clause can be used to constrain
the number of rows returned by the <literal>SELECT</literal>
statement. <literal>LIMIT</literal> takes one or two numeric
- arguments, which must both be positive integer constants.
+ arguments, which must both be positive integer constants or
+ zero.
</para>
<para>
--- 1.26/refman-5.0/sql-syntax.xml 2005-07-28 00:53:35 +02:00
+++ 1.27/refman-5.0/sql-syntax.xml 2005-07-28 12:31:01 +02:00
@@ -6322,7 +6322,8 @@
The <literal>LIMIT</literal> clause can be used to constrain
the number of rows returned by the <literal>SELECT</literal>
statement. <literal>LIMIT</literal> takes one or two numeric
- arguments, which must both be positive integer constants.
+ arguments, which must both be positive integer constants or
+ zero.
</para>
<para>
--- 1.21/refman/sql-syntax.xml 2005-07-28 00:52:57 +02:00
+++ 1.22/refman/sql-syntax.xml 2005-07-28 12:30:35 +02:00
@@ -6530,7 +6530,8 @@
The <literal>LIMIT</literal> clause can be used to constrain
the number of rows returned by the <literal>SELECT</literal>
statement. <literal>LIMIT</literal> takes one or two numeric
- arguments, which must both be positive integer constants.
+ arguments, which must both be positive integer constants or
+ zero.
</para>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (stefan:1.3124) | stefan | 28 Jul |