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.2965 05/07/08 12:36:50 paul@stripped +1 -0
functions.xml:
Reapply lost edits from last merge.
refman-5.0/functions.xml
1.11 05/07/08 12:36:35 paul@stripped +8 -1
Reapply lost edits from last merge.
# 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.0/functions.xml 2005-07-08 12:36:07 -05:00
+++ 1.11/refman-5.0/functions.xml 2005-07-08 12:36:35 -05:00
@@ -5312,6 +5312,12 @@
</para>
<para>
+ The return type is the same type as that of the first argument
+ (assuming it's integer, double, or decimal). This means that for an
+ integer argument, the result is an integer (no decimals).
+ </para>
+
+ <para>
Before MySQL 5.0.3, the behavior of <literal>ROUND()</literal> when
the argument is halfway between two integers depends on the C
library implementation. Different implementations round to the
@@ -5323,7 +5329,8 @@
<para>
As of MySQL 5.0.3, <literal>ROUND()</literal> uses the precision
- math library for exact arguments:
+ math library for exact-value arguments when the first argument is a
+ decimal value:
</para>
<para>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.2965) | paul | 11 Jul |