Author: paul
Date: 2006-05-05 22:27:14 +0200 (Fri, 05 May 2006)
New Revision: 2041
Log:
r7302@polar: paul | 2006-05-05 15:26:57 -0500
NO_UNSIGNED_SUBTRACTION doesn't apply to float subtracts.
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7295
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10140
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7302
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10140
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-05-05 19:00:08 UTC (rev 2040)
+++ trunk/refman-4.1/database-administration.xml 2006-05-05 20:27:14 UTC (rev 2041)
@@ -8944,7 +8944,7 @@
</para>
<para>
- In subtraction operations, do not mark the result as
+ In integer subtraction operations, do not mark the result as
<literal>UNSIGNED</literal> if one of the operands is
unsigned. Note that this makes <literal>BIGINT
UNSIGNED</literal> not 100% usable in all contexts. See
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-05-05 19:00:08 UTC (rev 2040)
+++ trunk/refman-5.0/database-administration.xml 2006-05-05 20:27:14 UTC (rev 2041)
@@ -9998,7 +9998,7 @@
</para>
<para>
- In subtraction operations, do not mark the result as
+ In integer subtraction operations, do not mark the result as
<literal>UNSIGNED</literal> if one of the operands is
unsigned. Note that this makes <literal>BIGINT
UNSIGNED</literal> not 100% usable in all contexts. See
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-05-05 19:00:08 UTC (rev 2040)
+++ trunk/refman-5.1/database-administration.xml 2006-05-05 20:27:14 UTC (rev 2041)
@@ -10370,7 +10370,7 @@
</para>
<para>
- In subtraction operations, do not mark the result as
+ In integer subtraction operations, do not mark the result as
<literal>UNSIGNED</literal> if one of the operands is
unsigned. Note that this makes <literal>BIGINT
UNSIGNED</literal> not 100% usable in all contexts. See
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2041 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 5 May |